summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-19 18:29:36 +0100
committerArnd Bergmann <arnd@arndb.de>2014-03-21 18:23:30 +0100
commit404ed596de6fa3a43416c823fb8ab2ba0e7a1772 (patch)
tree1212ccdda16e4c55ddca682438d2ba5cb29596d6 /arch/arm/mach-msm
parent22833d55741d5e4941ffe455ea4f9d7564ca246c (diff)
downloadop-kernel-dev-404ed596de6fa3a43416c823fb8ab2ba0e7a1772.zip
op-kernel-dev-404ed596de6fa3a43416c823fb8ab2ba0e7a1772.tar.gz
ARM: msm: add missing include of linux/module.h
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@arndb.de> Acked-by: David Brown <davidb@codeaurora.org> Cc: Daniel Walker <dwalker@fifo99.com> Cc: Bryan Huntsman <bryanh@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r--arch/arm/mach-msm/dma.c1
1 files changed, 1 insertions, 0 deletions
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>
OpenPOWER on IntegriCloud