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]
Message-ID: <1312864893.1539.48.camel@vkoul-udesk3>
Date:	Tue, 09 Aug 2011 10:11:33 +0530
From:	Vinod Koul <vkoul@...radead.org>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	Dan <dan.j.williams@...el.com>
Cc:	vinod.koul@...el.com,
	Paul Gortmaker <paul.gortmaker@...driver.com>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: linux-next: manual merge of the moduleh tree with the
 slave-dma tree

On Tue, 2011-08-09 at 12:56 +1000, Stephen Rothwell wrote:
> 
> Vinod, that slave-dma tree patch should probably remove the bare "struct
> scallerlist;" since it now includes scatterlist,h.
> 
Yes, makes sense Dan does this look good to you

From: Vinod Koul <vinod.koul@...el.com>
Date: Tue, 9 Aug 2011 10:08:10 +0530
Subject: [PATCH] dmaengine: remove struct scatterlist for header

Commit 90b44f8 introduces dmaengine_prep_slave_single API which adds
scatterlist.h in dmaengine.h, so defining struct scatterlist is not
required

Signed-off-by: Vinod Koul <vinod.koul@...el.com>
---
 include/linux/dmaengine.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 0d738c9..ace51af 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -26,8 +26,6 @@
 #include <linux/dma-direction.h>
 #include <linux/scatterlist.h>
 
-struct scatterlist;
-
 /**
  * typedef dma_cookie_t - an opaque DMA cookie
  *
-- 
1.7.0.4




--
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