From: Rafał Miłecki Date: Mon, 21 Sep 2015 07:47:18 +0000 (+0200) Subject: ssb: unexport ssb_bus_pcibus_register X-Git-Tag: v4.14-rc1~4436^2~157^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44f3fd2700eee30e03fe9da6258b73d53bc037c5;p=platform%2Fkernel%2Flinux-rpi.git ssb: unexport ssb_bus_pcibus_register 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 Signed-off-by: Kalle Valo --- diff --git a/drivers/ssb/main.c b/drivers/ssb/main.c index a48a743..8cf23a2 100644 --- 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