From patchwork Wed Jan 13 21:41:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ren=C3=83=C2=A9_Bolldorf?= X-Patchwork-Id: 72721 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0DLfQQK008720 for ; Wed, 13 Jan 2010 21:41:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755703Ab0AMVl0 (ORCPT ); Wed, 13 Jan 2010 16:41:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755810Ab0AMVl0 (ORCPT ); Wed, 13 Jan 2010 16:41:26 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:36816 "EHLO mail-fx0-f225.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750867Ab0AMVlZ (ORCPT ); Wed, 13 Jan 2010 16:41:25 -0500 Received: by fxm25 with SMTP id 25so688266fxm.21 for ; Wed, 13 Jan 2010 13:41:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=A9j0ZeWlxx6fvk67b2w12WglizPVYezzrOBOLWyJY4U=; b=rVwLt9n0z+wb78IhKlwl3eUAtW4Hes4EbE/27JNUFmCgwIfQaobpqgSvBwMlKn4d5c tiCD038MPhforihBer1T1pdfP4o4XS3iaLvSXzcOfmqwCyJVL8OS+q7usPVayjVSL8ZW kcUQQDN9saNDQiGMXe4+f2EnF/pER2BKAJCk4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=pMGbmWBAmUhVS3Gq1aae8iQkSVDvE4U/AHU5VSXczSTeoEY7I2yL2ubwFtyNc+Dc+P DMIq5S+w8qk2iLhVs3Pd6+fKaRYC/al1+fi2XI18a5a30W7/UVSo1T2RpK71/vLJyyb1 fwLR7qFQBNJ3jSKa2rrYZcQ0rC3IRKGcPd4Es= Received: by 10.87.67.12 with SMTP id u12mr147438fgk.39.1263418883695; Wed, 13 Jan 2010 13:41:23 -0800 (PST) Received: from ?192.168.1.2? (dslb-088-071-130-176.pools.arcor-ip.net [88.71.130.176]) by mx.google.com with ESMTPS id 14sm11070182fxm.15.2010.01.13.13.41.22 (version=SSLv3 cipher=RC4-MD5); Wed, 13 Jan 2010 13:41:23 -0800 (PST) Message-ID: <4B4E3E20.1@googlemail.com> Date: Wed, 13 Jan 2010 22:41:52 +0100 From: =?ISO-8859-1?Q?Ren=E9_Bolldorf?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Jesse Barnes CC: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH][CORRECTED] section mismatch: pcibios_scan_specific_bus() Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c --- 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;