From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263387AbTJKTqV (ORCPT ); Sat, 11 Oct 2003 15:46:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263388AbTJKTqV (ORCPT ); Sat, 11 Oct 2003 15:46:21 -0400 Received: from pizda.ninka.net ([216.101.162.242]:26754 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id S263387AbTJKTqT (ORCPT ); Sat, 11 Oct 2003 15:46:19 -0400 Date: Sat, 11 Oct 2003 12:40:25 -0700 From: "David S. Miller" To: Sam Ravnborg Cc: rddunlap@osdl.org, linux-kernel@vger.kernel.org, netdev@oss.sgi.com Subject: Re: patches for PROC_FS=n (2.6.0-test7) Message-Id: <20031011124025.6cc2ada8.davem@redhat.com> In-Reply-To: <20031011194008.GA2395@mars.ravnborg.org> References: <20031010141646.779f10bb.rddunlap@osdl.org> <20031011120852.13fa8ec4.davem@redhat.com> <20031011194008.GA2395@mars.ravnborg.org> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.6; sparc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 11 Oct 2003 21:40:08 +0200 Sam Ravnborg wrote: > Due to this - the real offender: > > from: net/atm/clip.c: > #ifdef CONFIG_PROC_FS > #include > #include > #endif That makes a whole lot more sense, here is the fix I just checked in: # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1352 -> 1.1353 # net/atm/clip.c 1.26 -> 1.27 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/10/11 davem@nuts.ninka.net 1.1353 # [ATM]: Kill PROC_FS ifdef around includes. # -------------------------------------------- # diff -Nru a/net/atm/clip.c b/net/atm/clip.c --- a/net/atm/clip.c Sat Oct 11 12:43:12 2003 +++ b/net/atm/clip.c Sat Oct 11 12:43:12 2003 @@ -24,10 +24,8 @@ #include /* for IFF_UP */ #include #include -#ifdef CONFIG_PROC_FS #include #include -#endif #include /* for struct rtable and routing */ #include /* icmp_send */ #include /* for HZ */