Commit e17b0475 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Export pci_domain_nr to modules.

parent e41b865a
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
#include <linux/config.h> #include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/sched.h> #include <linux/sched.h>
...@@ -799,6 +800,7 @@ int pci_domain_nr(struct pci_bus *pbus) ...@@ -799,6 +800,7 @@ int pci_domain_nr(struct pci_bus *pbus)
return ret; return ret;
} }
EXPORT_SYMBOL(pci_domain_nr);
int pci_name_bus(char *name, struct pci_bus *bus) int pci_name_bus(char *name, struct pci_bus *bus)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment