* [PATCH] net: CPSW: Fix non-OMAP barebox building with DRIVER_NET_CPSW option
@ 2013-02-08 16:50 Alexander Shiyan
2013-02-08 21:05 ` Alexander Aring
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2013-02-08 16:50 UTC (permalink / raw)
To: barebox
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@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-08 21:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 16:50 [PATCH] net: CPSW: Fix non-OMAP barebox building with DRIVER_NET_CPSW option Alexander Shiyan
2013-02-08 21:05 ` Alexander Aring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox