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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 Mar 2015 20:36:24 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Kedareswara rao Appana <appana.durga.rao@...inx.com>
Cc:	<vinod.koul@...el.com>, <linux-next@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <anirudh@...inx.com>,
	Kedareswara rao Appana <appanad@...inx.com>
Subject: Re: [PATCH] dma: vdma: Fix compilation warnings

Hi Kedareswara,

On Mon, 30 Mar 2015 14:30:26 +0530 Kedareswara rao Appana <appana.durga.rao@...inx.com> wrote:
>
> diff --git a/include/linux/dmapool.h b/include/linux/dmapool.h
> index 022e34f..01c91bb 100644
> --- a/include/linux/dmapool.h
> +++ b/include/linux/dmapool.h
> @@ -13,6 +13,7 @@
>  
>  #include <asm/io.h>
>  #include <asm/scatterlist.h>
> +#include <linux/device.h>
>  
>  struct dma_pool *dma_pool_create(const char *name, struct device *dev, 
>  			size_t size, size_t align, size_t allocation);

This might be to much, all it really needs is a

struct device;

line ...

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ