From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] vlan: eliminate gcc warnings with PROC_FS=n Date: Tue, 25 Jan 2005 21:43:13 -0800 Message-ID: <20050125214313.05a34248.davem@davemloft.net> References: <41F5DC6E.8070203@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@oss.sgi.com Return-path: To: "Randy.Dunlap" In-Reply-To: <41F5DC6E.8070203@osdl.org> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Mon, 24 Jan 2005 21:43:10 -0800 "Randy.Dunlap" wrote: > > Eliminate gcc warnings when PROC_FS=n: > net/8021q/vlan.c:232: warning: statement with no effect > net/appletalk/ddp.c:1893: warning: statement with no effect > > Signed-off-by: Randy Dunlap Applied, thanks Randy.