diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-09-27 17:49:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-28 13:41:51 -0400 |
commit | 8eac3f60acad6e05a938a3d5feef01cb367bde4a (patch) | |
tree | 0b91f50433d097242e3039b8df304ecebf76c489 /arch/sh | |
parent | ae70644df780c0e87f1705fda932e7cb1bdb2074 (diff) |
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')
-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 0f325da0f923..2076acf8294d 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 { | |||
15 | int edmac_endian; | 15 | int edmac_endian; |
16 | int register_type; | 16 | int register_type; |
17 | phy_interface_t phy_interface; | 17 | phy_interface_t phy_interface; |
18 | void (*set_mdio_gate)(unsigned long addr); | 18 | void (*set_mdio_gate)(void *addr); |
19 | 19 | ||
20 | unsigned char mac_addr[6]; | 20 | unsigned char mac_addr[6]; |
21 | unsigned no_ether_link:1; | 21 | unsigned no_ether_link:1; |