lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 16 Oct 2011 13:55:39 +0530
From:	Vinod Koul <vinod.koul@...el.com>
To:	Mika Westerberg <mika.westerberg@....fi>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dmaengine/ep93xx_dma: add module.h include

On Sun, 2011-10-16 at 11:19 +0300, Mika Westerberg wrote:
> On Sun, Oct 16, 2011 at 01:35:42PM +0530, Vinod Koul wrote:
> > Any reason why it is required. Changelog isn't really helpful
> 
> Yeah, sorry. Grant also mentioned about the same thing.
> 
> Below is an updated version.
> 
> From: Mika Westerberg <mika.westerberg@....fi>
> Subject: [PATCH] dmaengine/ep93xx_dma: add module.h include
> 
> Due to module.h cleanup it is not anymore included implicitly. Drivers who
> want to use it need to include it explicitly.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg@....fi>
> ---
>  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>

Applied, Thanks

-- 
~Vinod

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ