From patchwork Wed Jan 13 21:26:58 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: 72715 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 o0DLLBQY005624 for ; Wed, 13 Jan 2010 21:26:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756021Ab0AMV0b (ORCPT ); Wed, 13 Jan 2010 16:26:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755871Ab0AMV0b (ORCPT ); Wed, 13 Jan 2010 16:26:31 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:52388 "EHLO mail-fx0-f225.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755489Ab0AMV0a (ORCPT ); Wed, 13 Jan 2010 16:26:30 -0500 Received: by fxm25 with SMTP id 25so672193fxm.21 for ; Wed, 13 Jan 2010 13:26:29 -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=DLr6/oAlEVP7PcysOAy0FHdWBIJIu218dodPrVVW1Rk=; b=mV808MphrkEY5++m2CuMiIHkPVE7frNOnfSln0nYffljcCm40tymovC2wxMVIgB57L 8zBOTyawHg30QeoSbP2w0xKf26U9sYMlTIxE1wxpK0AYmUHm6Cmn2baCoUtobS7KrGiY h2zY0QZgeNofMtvj0auKwzSXASoa4P1Ts0N4w= 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=FKycw+RSl4jO6ovPYuXZOe/QHZN/Tk9841Mjm0U1Ylt/2W4P7RbQ/MiYyB9VmausBS lQur5e6SZmjslYdyL9/Fxs9w6pLNNm93G/a3W9cuJlfnO8XLYdUUBAuGiztw5OgkZeG1 BGuAKurU8ZgKagln+DlMq1V5gm4zZo2kIKbjY= Received: by 10.223.7.21 with SMTP id b21mr2938994fab.104.1263417988920; Wed, 13 Jan 2010 13:26:28 -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 13sm344618fxm.13.2010.01.13.13.26.28 (version=SSLv3 cipher=RC4-MD5); Wed, 13 Jan 2010 13:26:28 -0800 (PST) Message-ID: <4B4E3AA2.3000605@googlemail.com> Date: Wed, 13 Jan 2010 22:26:58 +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] 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 __init pcibios_scan_specific_bus(int busn) { int devfn; long node;