From: Arnd Bergmann Date: Wed, 19 Mar 2014 17:29:36 +0000 (+0100) Subject: ARM: msm: add missing include of linux/module.h X-Git-Tag: v3.15-rc1~81^2~8^2~34 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=404ed596de6fa3a43416c823fb8ab2ba0e7a1772;p=linux.git 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 Acked-by: David Brown Cc: Daniel Walker Cc: Bryan Huntsman --- 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 #include #include +#include #include #include