[PATCH 20/62] ARM: msm: add missing include of linux/module.h

Arnd Bergmann arnd at arndb.de
Wed Mar 19 15:29:17 EDT 2014


After the restructuring of the module.h and init.h headers,
we now need to include this explicitly here.

Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Cc: David Brown <davidb at codeaurora.org>
Cc: Daniel Walker <dwalker at fifo99.com>
Cc: Bryan Huntsman <bryanh at codeaurora.org>
---
 arch/arm/mach-msm/dma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-msm/dma.c b/arch/arm/mach-msm/dma.c
index f8f6adf..ba62f02 100644
--- a/arch/arm/mach-msm/dma.c
+++ b/arch/arm/mach-msm/dma.c
@@ -18,6 +18,7 @@
 #include <linux/io.h>
 #include <linux/interrupt.h>
 #include <linux/completion.h>
+#include <linux/module.h>
 #include <mach/dma.h>
 #include <mach/msm_iomap.h>
 
-- 
1.8.3.2




More information about the linux-arm-kernel mailing list