]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: msm: add missing include of linux/module.h
authorArnd Bergmann <arnd@arndb.de>
Wed, 19 Mar 2014 17:29:36 +0000 (18:29 +0100)
committerArnd 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

index f8f6adfa07c68d42d60ce6fd8948c6e7283b799c..ba62f02f444d6a9cce33fe5c43ac9c0a39e99dd2 100644 (file)
@@ -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>