From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next-2.6 RESEND] xfrm: remove unneeded method typedef declaration in net/xfrm.h. Date: Sat, 25 Feb 2012 20:19:44 -0500 (EST) Message-ID: <20120225.201944.1461370712655927034.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: ramirose@gmail.com Return-path: Received: from shards.monkeyblade.net ([198.137.202.13]:48858 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305Ab2BZBTs (ORCPT ); Sat, 25 Feb 2012 20:19:48 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Rami Rosen Date: Sat, 25 Feb 2012 14:09:46 +0200 > The patch removes unneeded method typedef declaration > (icv_update_fn_t ) and the two struct declarations which appear in > its prototype (struct hash_desc and struct scatterlist) in net/xfrm.h. > > Signed-off-by: Rami Rosen Applied, thanks.