From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 14 Oct 2002 23:07:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 14 Oct 2002 23:07:08 -0400 Received: from 12-231-249-244.client.attbi.com ([12.231.249.244]:8711 "HELO kroah.com") by vger.kernel.org with SMTP id ; Mon, 14 Oct 2002 23:07:08 -0400 Date: Mon, 14 Oct 2002 20:13:12 -0700 From: Greg KH To: Adam Belay , Jaroslav Kysela , torvalds@transmeta.com, alan@lxorguk.ukuu.org.uk, jdthood@yahoo.co.uk, boissiere@nl.linux.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PnP Layer Rewrite V0.7 - 2.4.42 Message-ID: <20021015031312.GB10756@kroah.com> References: <20021014135452.GB444@neo.rr.com> <20021014214334.GA315@neo.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021014214334.GA315@neo.rr.com> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 14, 2002 at 09:43:34PM +0000, Adam Belay wrote: > #ifdef CONFIG_PROC_FS > - /*isapnp_proc_init();*/ > + isapnp_proc_init(); > #endif Please bury the #ifdef in the .h file, it shouldn't be in the .c file. thanks, greg k-h