aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/dma.c
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/dma.c
parentARM: lpc32xx: export lpc32xx_return_iram_size (diff)
downloadlinux-dev-404ed596de6fa3a43416c823fb8ab2ba0e7a1772.tar.xz
linux-dev-404ed596de6fa3a43416c823fb8ab2ba0e7a1772.zip
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/dma.c')
-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 f8f6adfa07c6..ba62f02f444d 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>