projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b5f4d
)
ssb: unexport ssb_bus_pcibus_register
author
Rafał Miłecki
<zajec5@gmail.com>
Mon, 21 Sep 2015 07:47:18 +0000
(09:47 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 29 Sep 2015 08:00:58 +0000
(11:00 +0300)
It isn't used anywhere out of ssb code and we don't (plan to) build
pcihost_wrapper.c as a separated module.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/ssb/main.c
patch
|
blob
|
history
diff --git
a/drivers/ssb/main.c
b/drivers/ssb/main.c
index
a48a743
..
8cf23a2
100644
(file)
--- a/
drivers/ssb/main.c
+++ b/
drivers/ssb/main.c
@@
-876,7
+876,6
@@
int ssb_bus_pcibus_register(struct ssb_bus *bus, struct pci_dev *host_pci)
return err;
}
-EXPORT_SYMBOL(ssb_bus_pcibus_register);
#endif /* CONFIG_SSB_PCIHOST */
#ifdef CONFIG_SSB_PCMCIAHOST