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

Commit be23ab51 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by David S. Miller
Browse files

SolutionEngine7724: fix typo in Ether platform data



Commit bd61224b (SolutionEngine7724: fix Ether
support) has a typo in the 'phy_interface' field name of the platform data which
causes build error -- fix it.

Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0bf2bbd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -377,7 +377,7 @@ static struct resource sh_eth_resources[] = {
static struct sh_eth_plat_data sh_eth_plat = {
static struct sh_eth_plat_data sh_eth_plat = {
	.phy = 0x1f, /* SMSC LAN8187 */
	.phy = 0x1f, /* SMSC LAN8187 */
	.edmac_endian = EDMAC_LITTLE_ENDIAN,
	.edmac_endian = EDMAC_LITTLE_ENDIAN,
	.phy_interace = PHY_INTERFACE_MODE_MII,
	.phy_interface = PHY_INTERFACE_MODE_MII,
};
};


static struct platform_device sh_eth_device = {
static struct platform_device sh_eth_device = {