]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
SH7619: fix typo in Ether platform data
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 21 Aug 2013 22:17:25 +0000 (02:17 +0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Aug 2013 21:32:18 +0000 (14:32 -0700)
Commit 06a64f91da72cb5827e2bedef2ead60a123fd66e (SH7619: 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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sh/kernel/cpu/sh2/setup-sh7619.c

index 19472817e27444c0e3fd3e5d65793af4d7d02981..4df4d4ffe39ba245b8b551afe80abf338c5ce527 100644 (file)
@@ -114,7 +114,7 @@ static struct platform_device scif2_device = {
 static struct sh_eth_plat_data eth_platform_data = {
        .phy            = 1,
        .edmac_endian   = EDMAC_LITTLE_ENDIAN,
-       .phy_interace   = PHY_INTERFACE_MODE_MII,
+       .phy_interface  = PHY_INTERFACE_MODE_MII,
 };
 
 static struct resource eth_resources[] = {