Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752420AbWCPRHl (ORCPT ); Thu, 16 Mar 2006 12:07:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752421AbWCPRHl (ORCPT ); Thu, 16 Mar 2006 12:07:41 -0500 Received: from dsl093-040-174.pdx1.dsl.speakeasy.net ([66.93.40.174]:44728 "EHLO aria.kroah.org") by vger.kernel.org with ESMTP id S1752415AbWCPRHl (ORCPT ); Thu, 16 Mar 2006 12:07:41 -0500 Date: Thu, 16 Mar 2006 09:07:35 -0800 From: Greg KH To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org, aia21@cantab.net, len.brown@intel.com Subject: Re: [patch 1/1] consolidate TRUE and FALSE Message-ID: <20060316170735.GA27311@kroah.com> References: <200603161004.k2GA46Fc029649@shell0.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603161004.k2GA46Fc029649@shell0.pdx.osdl.net> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1037 Lines: 27 On Thu, Mar 16, 2006 at 02:01:28AM -0800, akpm@osdl.org wrote: > > From: Andrew Morton > > We have no less than 65 implementations of TRUE and FALSE in the tree, so the > inevitable happened: > > In file included from drivers/pci/hotplug/ibmphp_core.c:40: > drivers/pci/hotplug/ibmphp.h:409:1: warning: "FALSE" redefined > In file included from include/acpi/acpi.h:55, > from drivers/pci/hotplug/pci_hotplug.h:187, > from drivers/pci/hotplug/ibmphp.h:33, > from drivers/pci/hotplug/ibmphp_core.c:40: > include/acpi/actypes.h:336:1: warning: this is the location of the previous definition I have a patch in my queue that fixes this, in the ibmphp driver. The acpi stuff should still be fixed though... thanks, greg k-h - 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/