Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>