mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
SH7619: fix typo in Ether platform data
Commit 06a64f91da
(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>
This commit is contained in:
parent
15edae91cb
commit
0bf2bbd277
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user