From: Sergei Shtylyov Date: Wed, 21 Aug 2013 22:18:30 +0000 (+0400) Subject: SolutionEngine7724: fix typo in Ether platform data X-Git-Tag: v3.12-rc1~132^2~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be23ab5131621c0dadacdd72de7c94ab168627ee;p=platform%2Fkernel%2Flinux-stable.git SolutionEngine7724: fix typo in Ether platform data Commit bd61224b1cbec096694e89c4187119c8576fe186 (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: Sergei Shtylyov Signed-off-by: David S. Miller --- diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index e96e053..21e4230 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c @@ -377,7 +377,7 @@ static struct resource sh_eth_resources[] = { static struct sh_eth_plat_data sh_eth_plat = { .phy = 0x1f, /* SMSC LAN8187 */ .edmac_endian = EDMAC_LITTLE_ENDIAN, - .phy_interace = PHY_INTERFACE_MODE_MII, + .phy_interface = PHY_INTERFACE_MODE_MII, }; static struct platform_device sh_eth_device = {