diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-09-27 21:49:05 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-28 13:41:51 -0400 |
commit | 8eac3f60acad6e05a938a3d5feef01cb367bde4a (patch) | |
tree | 0b91f50433d097242e3039b8df304ecebf76c489 /arch/sh/include | |
parent | ae70644df780c0e87f1705fda932e7cb1bdb2074 (diff) | |
download | op-kernel-dev-8eac3f60acad6e05a938a3d5feef01cb367bde4a.zip op-kernel-dev-8eac3f60acad6e05a938a3d5feef01cb367bde4a.tar.gz |
sh: modify prototype in sh_eth.h
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/sh_eth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/sh_eth.h b/arch/sh/include/asm/sh_eth.h index 0f325da..2076acf 100644 --- a/arch/sh/include/asm/sh_eth.h +++ b/arch/sh/include/asm/sh_eth.h @@ -15,7 +15,7 @@ struct sh_eth_plat_data { int edmac_endian; int register_type; phy_interface_t phy_interface; - void (*set_mdio_gate)(unsigned long addr); + void (*set_mdio_gate)(void *addr); unsigned char mac_addr[6]; unsigned no_ether_link:1; |