[PATCH] net: CPSW: Fix non-OMAP barebox building with DRIVER_NET_CPSW option
Alexander Shiyan
shc_work at mail.ru
Fri Feb 8 11:50:24 EST 2013
CC drivers/net/cpsw.o
drivers/net/cpsw.c:34:23: error: mach/cpsw.h: No such file or directory
drivers/net/cpsw.c:203: error: field 'data' has incomplete type
drivers/net/cpsw.c: In function 'cpsw_open':
drivers/net/cpsw.c:773: error: invalid use of undefined type 'struct cpsw_slave_data'
drivers/net/cpsw.c:773: error: dereferencing pointer to incomplete type
drivers/net/cpsw.c:774: error: invalid use of undefined type 'struct cpsw_slave_data'
drivers/net/cpsw.c:774: error: dereferencing pointer to incomplete type
drivers/net/cpsw.c: In function 'cpsw_probe':
drivers/net/cpsw.c:967: error: dereferencing pointer to incomplete type
drivers/net/cpsw.c:969: error: dereferencing pointer to incomplete type
make[2]: *** [drivers/net/cpsw.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index cf6ceee..2b7decd 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -33,6 +33,7 @@ config DRIVER_NET_CS8900
config DRIVER_NET_CPSW
bool "CPSW ethernet driver"
+ depends on ARCH_OMAP
select PHYLIB
config DRIVER_NET_SMC911X
--
1.7.12.4
More information about the barebox
mailing list