Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8eac3f60 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by David S. Miller
Browse files

sh: modify prototype in sh_eth.h

parent ae70644d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@ struct sh_eth_plat_data {
	int edmac_endian;
	int edmac_endian;
	int register_type;
	int register_type;
	phy_interface_t phy_interface;
	phy_interface_t phy_interface;
	void (*set_mdio_gate)(unsigned long addr);
	void (*set_mdio_gate)(void *addr);


	unsigned char mac_addr[6];
	unsigned char mac_addr[6];
	unsigned no_ether_link:1;
	unsigned no_ether_link:1;