projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22833d5
)
ARM: msm: add missing include of linux/module.h
author
Arnd Bergmann
<arnd@arndb.de>
Wed, 19 Mar 2014 17:29:36 +0000
(18:29 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 21 Mar 2014 17:23:30 +0000
(18:23 +0100)
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>
arch/arm/mach-msm/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-msm/dma.c
b/arch/arm/mach-msm/dma.c
index f8f6adfa07c68d42d60ce6fd8948c6e7283b799c..ba62f02f444d6a9cce33fe5c43ac9c0a39e99dd2 100644
(file)
--- 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>