diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-19 21:29:36 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 21:23:30 +0400 |
commit | 404ed596de6fa3a43416c823fb8ab2ba0e7a1772 (patch) | |
tree | 1212ccdda16e4c55ddca682438d2ba5cb29596d6 /arch/arm/mach-msm | |
parent | 22833d55741d5e4941ffe455ea4f9d7564ca246c (diff) | |
download | linux-404ed596de6fa3a43416c823fb8ab2ba0e7a1772.tar.xz |
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.c | 1 |
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> |