[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1561857.t9qV46uRjC@wuerfel>
Date: Fri, 16 Jan 2015 10:44:29 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Yijing Wang <wangyijing@...wei.com>
Cc: Bjorn Helgaas <bhelgaas@...gle.com>,
Jiang Liu <jiang.liu@...ux.intel.com>,
linux-pci@...r.kernel.org, Yinghai Lu <yinghai@...nel.org>,
linux-kernel@...r.kernel.org, Marc Zyngier <marc.zyngier@....com>,
linux-arm-kernel@...ts.infradead.org,
Russell King <linux@....linux.org.uk>, x86@...nel.org,
Thomas Gleixner <tglx@...utronix.de>,
Tony Luck <tony.luck@...el.com>, linux-ia64@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Guan Xuetao <gxt@...c.pku.edu.cn>, linux-alpha@...r.kernel.org,
linux-m68k@...ts.linux-m68k.org, Liviu Dudau <liviu@...au.co.uk>,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: Re: [PATCH 27/28] PCI: Remove platform specific pci_domain_nr()
On Friday 16 January 2015 09:44:25 Yijing Wang wrote:
>
> +int pci_domain_nr(struct pci_bus *bus)
> +{
> + struct pci_host_bridge *host = find_pci_host_bridge(bus);
> +
> + return host->domain;
> +}
> +EXPORT_SYMBOL_GPL(pci_domain_nr);
> +
Since most of the existing functions are exported as EXPORT_SYMBOL
rather than EXPORT_SYMBOL_GPL, I think the new version should do
the same.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists