Re: [PATCH] dmaengine/ep93xx_dma: add module.h include

From: Vinod Koul
Date: Sun Oct 16 2011 - 04:14:10 EST


On Sat, 2011-10-15 at 21:38 +0300, Mika Westerberg wrote:
> Signed-off-by: Mika Westerberg <mika.westerberg@xxxxxx>
> ---
> drivers/dma/ep93xx_dma.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c
> index 5d7a49b..b47e2b8 100644
> --- a/drivers/dma/ep93xx_dma.c
> +++ b/drivers/dma/ep93xx_dma.c
> @@ -22,6 +22,7 @@
> #include <linux/init.h>
> #include <linux/interrupt.h>
> #include <linux/dmaengine.h>
> +#include <linux/module.h>
> #include <linux/platform_device.h>
> #include <linux/slab.h>
>
Any reason why it is required. Changelog isn't really helpful

--
~Vinod

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/