Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 29 Nov 2002 06:41:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 29 Nov 2002 06:41:21 -0500 Received: from cibs9.sns.it ([192.167.206.29]:61201 "EHLO cibs9.sns.it") by vger.kernel.org with ESMTP id ; Fri, 29 Nov 2002 06:41:20 -0500 Date: Fri, 29 Nov 2002 12:48:42 +0100 (CET) From: venom@sns.it To: linux-kernel@vger.kernel.org Subject: asm/io_apic.h is missing in drivers/pci/quirks.c with kernel 2.5.50 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 26 in file drivers/pci/quirks.c of linux kernel 2.5.50 #include is missing. this include is necessary to avoid this error in compilation time: rivers/pci/quirks.c: In function `quirk_ioapic_rmw': drivers/pci/quirks.c:354: `sis_apic_bug' undeclared (first use in this function) drivers/pci/quirks.c:354: (Each undeclared identifier is reported only once drivers/pci/quirks.c:354: for each function it appears in.) make[2]: *** [drivers/pci/quirks.o] Error 1 make[1]: *** [drivers/pci] Error 2 make: *** [drivers] Error 2 - 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/