Skip to content

Commit

Permalink
sh: modify prototype in sh_eth.h
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Yoshihiro Shimoda authored and David S. Miller committed Sep 28, 2011
1 parent ae70644 commit 8eac3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/include/asm/sh_eth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8eac3f6

Please sign in to comment.