]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
NET: MIPS: lantiq: fix etop compile error
authorJohn Crispin <blogic@openwrt.org>
Mon, 14 Nov 2011 05:01:18 +0000 (05:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Nov 2011 19:34:54 +0000 (14:34 -0500)
The Lantiq ETOP ethernet driver fails to build in 3.2-rc1 due to 2 missing
header files.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/lantiq_etop.c

index 6bb2b9506cadfde73ddef809bc0fcf78dd202b0a..0b3567ab812151f00210544cc805815b0953a90d 100644 (file)
@@ -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>