From patchwork Thu May 27 18:50:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prarit Bhargava X-Patchwork-Id: 102754 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 o4RIoZBc002050 for ; Thu, 27 May 2010 18:50:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759514Ab0E0Sub (ORCPT ); Thu, 27 May 2010 14:50:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59831 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756656Ab0E0Sua (ORCPT ); Thu, 27 May 2010 14:50:30 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4RIoUc0006053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 May 2010 14:50:30 -0400 Received: from prarit.bos.redhat.com (prarit.bos.redhat.com [10.16.16.23]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4RIoSX5004317; Thu, 27 May 2010 14:50:29 -0400 Date: Thu, 27 May 2010 14:50:28 -0400 From: Prarit Bhargava To: linux-pci@vger.kernel.org, jbarnes@virtuousgeek.org, aris@redhat.com, mchehab@redhat.com Cc: Prarit Bhargava Message-Id: <20100527184626.24484.95059.sendpatchset@prarit.bos.redhat.com> Subject: [PATCH]: pci: add __devinit to pcibios_scan_specific_bus X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 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]); Thu, 27 May 2010 18:50:35 +0000 (UTC) diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index 8d460ea..c89266b 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c @@ -36,7 +36,7 @@ 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;