Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932496AbWHCOGA (ORCPT ); Thu, 3 Aug 2006 10:06:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932484AbWHCOGA (ORCPT ); Thu, 3 Aug 2006 10:06:00 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:28827 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id S932496AbWHCOF7 (ORCPT ); Thu, 3 Aug 2006 10:05:59 -0400 Date: Thu, 3 Aug 2006 16:05:12 +0200 From: Sam Ravnborg To: "Eric W. Biederman" Cc: fastboot@osdl.org, linux-kernel@vger.kernel.org, Horms , Jan Kratochvil , "H. Peter Anvin" , Magnus Damm , Vivek Goyal , Linda Wang Subject: Re: [PATCH 4/33] i386: CONFIG_PHYSICAL_START cleanup Message-ID: <20060803140512.GA9815@mars.ravnborg.org> References: <11544302312298-git-send-email-ebiederm@xmission.com> <20060801190838.GB12573@mars.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 22 > > Stupid questions: > - Why do we still have a linux/config.h if it is totally redundant. > - Why don't we have at least a #warning in linux/config.h that would > tell us not to include it. > - Why do we still have about 200 includes of linux/config.h in the > kernel tree? > > I would much rather have a compile error, or at least a compile > warning rather than needed a code review to notice this error. In progress. As part of the ongoing header cleanup all include are being removed and a warning is included in config.h. When the change was done I did not want to spew out thousands of warning for a simple thing like this. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/