[PATCH 20/62] ARM: msm: add missing include of linux/module.h

David Brown davidb at codeaurora.org
Wed Mar 19 17:11:08 EDT 2014


On Wed, Mar 19, 2014 at 08:29:17PM +0100, Arnd Bergmann wrote:
>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 at arndb.de>
>Cc: David Brown <davidb at codeaurora.org>
>Cc: Daniel Walker <dwalker at fifo99.com>
>Cc: Bryan Huntsman <bryanh at codeaurora.org>
>---
> arch/arm/mach-msm/dma.c | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: David Brown <davidb at codeaurora.org>

>diff --git a/arch/arm/mach-msm/dma.c b/arch/arm/mach-msm/dma.c
>index f8f6adf..ba62f02 100644
>--- 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>
>
>-- 
>1.8.3.2
>

-- 
sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation



More information about the linux-arm-kernel mailing list