Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262659AbTI1RH1 (ORCPT ); Sun, 28 Sep 2003 13:07:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262661AbTI1RH1 (ORCPT ); Sun, 28 Sep 2003 13:07:27 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:16570 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S262659AbTI1RHE (ORCPT ); Sun, 28 Sep 2003 13:07:04 -0400 Date: Sun, 28 Sep 2003 18:07:03 +0100 From: Matthew Wilcox To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [PATCH] MCA_bus move Message-ID: <20030928170703.GK24824@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Updated for 2.6.0-test6. - Move MCA_bus definition to drivers/mca/mca-bus.c - Declare MCA_bus in - We can always include whether or not CONFIG_MCA is defined. Index: arch/i386/kernel/i386_ksyms.c =================================================================== RCS file: /var/cvs/linux-2.6/arch/i386/kernel/i386_ksyms.c,v retrieving revision 1.3 diff -u -p -r1.3 i386_ksyms.c --- arch/i386/kernel/i386_ksyms.c 28 Sep 2003 04:04:44 -0000 1.3 +++ arch/i386/kernel/i386_ksyms.c 28 Sep 2003 16:58:28 -0000 @@ -63,7 +63,6 @@ extern unsigned long get_cmos_time(void) /* platform dependent support */ EXPORT_SYMBOL(boot_cpu_data); -EXPORT_SYMBOL(MCA_bus); #ifdef CONFIG_DISCONTIGMEM EXPORT_SYMBOL(node_data); EXPORT_SYMBOL(physnode_map); Index: arch/i386/kernel/setup.c =================================================================== RCS file: /var/cvs/linux-2.6/arch/i386/kernel/setup.c,v retrieving revision 1.5 diff -u -p -r1.5 setup.c --- arch/i386/kernel/setup.c 28 Sep 2003 04:04:44 -0000 1.5 +++ arch/i386/kernel/setup.c 28 Sep 2003 16:58:28 -0000 @@ -35,6 +35,7 @@ #include #include #include +#include #include #include