From patchwork Thu Nov 5 20:47:58 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Chiang X-Patchwork-Id: 57938 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nA5Km2xK018808 for ; Thu, 5 Nov 2009 20:48:02 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758848AbZKEUrz (ORCPT ); Thu, 5 Nov 2009 15:47:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758858AbZKEUrz (ORCPT ); Thu, 5 Nov 2009 15:47:55 -0500 Received: from g1t0028.austin.hp.com ([15.216.28.35]:16423 "EHLO g1t0028.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758468AbZKEUry (ORCPT ); Thu, 5 Nov 2009 15:47:54 -0500 Received: from g5t0029.atlanta.hp.com (g5t0029.atlanta.hp.com [16.228.8.141]) by g1t0028.austin.hp.com (Postfix) with ESMTP id 8B5571C4AF; Thu, 5 Nov 2009 20:47:59 +0000 (UTC) Received: from ldl (linux.corp.hp.com [15.11.146.101]) by g5t0029.atlanta.hp.com (Postfix) with ESMTP id 6EFF9200E9; Thu, 5 Nov 2009 20:47:58 +0000 (UTC) Received: from localhost (ldl.fc.hp.com [127.0.0.1]) by ldl (Postfix) with ESMTP id 24C13CF000E; Thu, 5 Nov 2009 13:47:58 -0700 (MST) Received: from ldl ([127.0.0.1]) by localhost (ldl.fc.hp.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Iq0hAh0xF9Pf; Thu, 5 Nov 2009 13:47:58 -0700 (MST) Received: by ldl (Postfix, from userid 17609) id 0C501CF0007; Thu, 5 Nov 2009 13:47:58 -0700 (MST) Date: Thu, 5 Nov 2009 13:47:58 -0700 From: Alex Chiang To: Yinghai Lu Cc: Jesse Barnes , Kenji Kaneshige , "Eric W. Biederman" , Bjorn Helgaas , Ingo Molnar , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , Ivan Kokshaysky Subject: Re: [PATCH 2/2] pci: pciehp update the slot bridge res to get big range for pcie devices - v9 Message-ID: <20091105204758.GA2091@ldl.fc.hp.com> References: <4AE899A0.3020006@kernel.org> <4AE95247.8080401@jp.fujitsu.com> <4AE952B9.1010603@kernel.org> <4AE9588E.90708@jp.fujitsu.com> <4AE9657F.7010302@kernel.org> <4AE965D9.9040702@kernel.org> <20091104093044.17ab628a@jbarnes-piketon> <4AF1CD79.4010602@kernel.org> <4AF22CF1.1020508@kernel.org> <4AF22D26.4070500@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4AF22D26.4070500@kernel.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c index 95fe3f4..2f15473 100644 --- a/drivers/pci/setup-bus.c +++ b/drivers/pci/setup-bus.c @@ -962,3 +962,4 @@ again: goto again; } +EXPORT_SYMBOL_GPL(pci_assign_unassigned_bridge_resources);