sh: modify prototype in sh_eth.h
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 27 Sep 2011 21:49:05 +0000 (21:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Sep 2011 17:41:51 +0000 (13:41 -0400)
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sh/include/asm/sh_eth.h

index 0f325da0f923aa82b0f02abe15fa7722fe7861ec..2076acf8294de4409d68a6c844a99d4587212980 100644 (file)
@@ -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;