Commit 404ed596 authored by Arnd Bergmann's avatar Arnd Bergmann

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarDavid Brown <davidb@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>
Cc: Bryan Huntsman <bryanh@codeaurora.org>
parent 22833d55
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/completion.h> #include <linux/completion.h>
#include <linux/module.h>
#include <mach/dma.h> #include <mach/dma.h>
#include <mach/msm_iomap.h> #include <mach/msm_iomap.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment