aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-22 12:12:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-22 12:12:35 +0000
commit50709b5321f40245b7d4272ba7e2e1d68e6b83c8 (patch)
tree86405156e3e3fb6f8be523b89776e4d0793007fa /target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
parentd81e6f3d379bc36c9f1fcc639daaafd84dcac9ce (diff)
downloadmaster-187ad058-50709b5321f40245b7d4272ba7e2e1d68e6b83c8.tar.gz
master-187ad058-50709b5321f40245b7d4272ba7e2e1d68e6b83c8.tar.bz2
master-187ad058-50709b5321f40245b7d4272ba7e2e1d68e6b83c8.zip
generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34846 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
index c7b985863f..60baae9b79 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c
@@ -106,7 +106,7 @@ static struct ar8327_pad_cfg rb2011_ar8327_pad0_cfg = {
static struct ar8327_platform_data rb2011_ar8327_data = {
.pad0_cfg = &rb2011_ar8327_pad0_cfg,
- .cpuport_cfg = {
+ .port0_cfg = {
.force_link = 1,
.speed = AR8327_PORT_SPEED_1000,
.duplex = 1,