Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] MIPS: lantiq: fixes etop compile error due to missing includes
@ 2011-11-10 20:33 John Crispin
  2011-11-10 20:33 ` [PATCH V2] MIPS: lantiq: use export.h in favour of module.h John Crispin
  2011-11-14 13:03 ` [PATCH] MIPS: lantiq: fixes etop compile error due to missing includes Ralf Baechle
  0 siblings, 2 replies; 4+ messages in thread
From: John Crispin @ 2011-11-10 20:33 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: John Crispin, linux-mips

The ethernet driver fails to build in 3.1-RC1 due to 2 missing header files.

Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
---
 drivers/net/ethernet/lantiq_etop.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/lantiq_etop.c b/drivers/net/ethernet/lantiq_etop.c
index 6bb2b95..0b3567a 100644
--- a/drivers/net/ethernet/lantiq_etop.c
+++ b/drivers/net/ethernet/lantiq_etop.c
@@ -34,6 +34,8 @@
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <linux/io.h>
+#include <linux/dma-mapping.h>
+#include <linux/module.h>
 
 #include <asm/checksum.h>
 
-- 
1.7.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-14 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 20:33 [PATCH] MIPS: lantiq: fixes etop compile error due to missing includes John Crispin
2011-11-10 20:33 ` [PATCH V2] MIPS: lantiq: use export.h in favour of module.h John Crispin
2011-11-14 14:00   ` Ralf Baechle
2011-11-14 13:03 ` [PATCH] MIPS: lantiq: fixes etop compile error due to missing includes Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox