Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261374AbUKTADn (ORCPT ); Fri, 19 Nov 2004 19:03:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261708AbUKTADA (ORCPT ); Fri, 19 Nov 2004 19:03:00 -0500 Received: from clock-tower.bc.nu ([81.2.110.250]:25728 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S261374AbUKSXpP (ORCPT ); Fri, 19 Nov 2004 18:45:15 -0500 Subject: Re: 2.6.9-ac10 compile error From: Alan Cox To: haiquy@yahoo.com Cc: Linux Kernel Mailing List In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1100904126.8909.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 19 Nov 2004 22:42:07 +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1015 Lines: 19 On Sad, 2004-11-20 at 09:15, haiquy@yahoo.com wrote: > I got compile error with 2.6.9-ac10 > > root@perfectpc:/home/linux-2.6.9# make bzImage modules>/dev/null > In file included from drivers/atm/../../include/asm/byteorder.h:5: > /usr/include/linux/compiler.h:1:2: warning: #warning "You shouldn't be using this header" > drivers/pnp/pnpbios/core.c: In function `pnpbios_init': > drivers/pnp/pnpbios/core.c:541: error: `acpi_disabled' undeclared (first use in this function) > drivers/pnp/pnpbios/core.c:541: error: (Each undeclared identifier is reported only once > drivers/pnp/pnpbios/core.c:541: error: for each function it appears in.) Thanks. That test needs an #ifdef CONFIG_ACPI around it. I've already put out -ac11 but will fix in -ac12 (or say Y to ACPI). - 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/