Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yoshihiro Shimoda and committed by
David S. Miller
8eac3f60 ae70644d

+1 -1
+1 -1
arch/sh/include/asm/sh_eth.h
··· 15 15 int edmac_endian; 16 16 int register_type; 17 17 phy_interface_t phy_interface; 18 - void (*set_mdio_gate)(unsigned long addr); 18 + void (*set_mdio_gate)(void *addr); 19 19 20 20 unsigned char mac_addr[6]; 21 21 unsigned no_ether_link:1;