Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759410Ab3EOOvU (ORCPT ); Wed, 15 May 2013 10:51:20 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:52934 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758866Ab3EOOvT (ORCPT ); Wed, 15 May 2013 10:51:19 -0400 Message-ID: <5193A0E1.4000307@gmail.com> Date: Wed, 15 May 2013 22:51:13 +0800 From: Liu Jiang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: Greg Kroah-Hartman CC: Bjorn Helgaas , Yinghai Lu , Jiang Liu , "Rafael J . Wysocki" , Gu Zheng , Toshi Kani , Myron Stowe , Yijing Wang , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v2, part 2 01/18] PCI: introduce hotplug-safe PCI bus iterators References: <1368550322-1045-1-git-send-email-jiang.liu@huawei.com> <20130514170528.GA4030@kroah.com> In-Reply-To: <20130514170528.GA4030@kroah.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 697 Lines: 19 On 05/15/2013 01:05 AM, Greg Kroah-Hartman wrote: > On Wed, May 15, 2013 at 12:51:45AM +0800, Jiang Liu wrote: >> +EXPORT_SYMBOL(pci_bus_exists); > EXPORT_SYMBOL_GPL()? Same for the other new exports? > > thanks, > > greg k-h Hi Greg, Only pci_root_buses from drivers/pci/search.c is exported as GPL, all other functions from that file are exported as EXPORT_SYMBOL(). So should we keep those new interfaces as EXPORT_SYMBOL() too? Thanks, Gerry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/