فهرست منبع

ramips: rt3883: fix build error

The cpuport_cfg field has been renamed to port0_cfg.

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 34859
Gabor Juhos 13 سال پیش
والد
کامیت
c81b4475c9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c

+ 1 - 1
target/linux/ramips/files/arch/mips/ralink/rt3883/mach-tew-692gr.c

@@ -91,7 +91,7 @@ static struct ar8327_led_cfg tew_692gr_ar8327_led_cfg = {
 static struct ar8327_platform_data tew_692gr_ar8327_data = {
 	.pad0_cfg = &tew_692gr_ar8327_pad0_cfg,
 	.pad6_cfg = &tew_692gr_ar8327_pad6_cfg,
-	.cpuport_cfg = {
+	.port0_cfg = {
 		.force_link = 1,
 		.speed = AR8327_PORT_SPEED_1000,
 		.duplex = 1,