Re: [PATCH 27/28] PCI: Remove platform specific pci_domain_nr()
From: Yijing Wang <hidden>
Date: 2015-01-19 03:19:42
Also in:
linux-arm-kernel, linux-pci, lkml
From: Yijing Wang <hidden>
Date: 2015-01-19 03:19:42
Also in:
linux-arm-kernel, linux-pci, lkml
On 2015/1/16 17:44, Arnd Bergmann wrote:
On Friday 16 January 2015 09:44:25 Yijing Wang wrote:quoted
+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.
Good catch. Thanks!
Arnd .
-- Thanks! Yijing