From patchwork Wed Feb 10 19:42:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Slaby X-Patchwork-Id: 78557 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1AJgjvi027680 for ; Wed, 10 Feb 2010 19:42:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755115Ab0BJTmo (ORCPT ); Wed, 10 Feb 2010 14:42:44 -0500 Received: from smtp.mujha-vel.cz ([81.30.225.246]:39855 "EHLO smtp.mujha-vel.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753526Ab0BJTmn (ORCPT ); Wed, 10 Feb 2010 14:42:43 -0500 Received: from [217.66.174.142] (helo=localhost.localdomain) by smtp.mujha-vel.cz with esmtp (Exim 4.63) (envelope-from ) id 1NfISP-0002By-Pd; Wed, 10 Feb 2010 20:42:41 +0100 From: Jiri Slaby To: mchehab@redhat.com Cc: linux-kernel@vger.kernel.org, jirislaby@gmail.com, Aristeu Sergio , Jesse Barnes , linux-pci@vger.kernel.org, x86@kernel.org Subject: [PATCH 1/1] X86: pci, fix section mismatch Date: Wed, 10 Feb 2010 20:42:37 +0100 Message-Id: <1265830957-6966-1-git-send-email-jslaby@suse.cz> X-Mailer: git-send-email 1.6.6.1 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 10 Feb 2010 19:42:45 +0000 (UTC) diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index a8194c8..8cf7835 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c @@ -39,7 +39,7 @@ static int __init pci_legacy_init(void) return 0; } -void pcibios_scan_specific_bus(int busn) +void __devinit pcibios_scan_specific_bus(int busn) { int devfn; long node;