From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] sctp: kill unused macro definition Date: Sun, 28 Nov 2010 10:47:58 -0800 (PST) Message-ID: <20101128.104758.71124691.davem@davemloft.net> References: <4CEB82BA.6030406@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: vladislav.yasevich@hp.com, linux-sctp@vger.kernel.org, netdev@vger.kernel.org To: shanwei@cn.fujitsu.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:36544 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753429Ab0K1Src (ORCPT ); Sun, 28 Nov 2010 13:47:32 -0500 In-Reply-To: <4CEB82BA.6030406@cn.fujitsu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Shan Wei Date: Tue, 23 Nov 2010 17:00:42 +0800 > > These macros have been existed for several years since v2.6.12-rc2. > But they never be used. So remove them now. > > Signed-off-by: Shan Wei Applied.