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

Commit 3a116a5e authored by Simon Horman's avatar Simon Horman Committed by Olof Johansson
Browse files

ARM: shmobile: lager: Do not use register_type field of struct sh_eth_plat_data



As of 8d3214c4 ("sh_eth: remove 'register_type' field from 'struct
sh_eth_plat_data'") is is no longer necessary or correct to use the
'register_type' field from 'struct sh_eth_plat_data' and doing so results
in a build error.

Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent afba951e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -96,7 +96,6 @@ static struct resource mmcif1_resources[] __initdata = {
static struct sh_eth_plat_data ether_pdata __initdata = {
	.phy			= 0x1,
	.edmac_endian		= EDMAC_LITTLE_ENDIAN,
	.register_type		= SH_ETH_REG_FAST_RCAR,
	.phy_interface		= PHY_INTERFACE_MODE_RMII,
	.ether_link_active_low	= 1,
};