From: "Rafał Miłecki" <zajec5@gmail.com>
To: "Kalle Valo" <kvalo@codeaurora.org>,
linux-wireless@vger.kernel.org, "Michael Büsch" <m@bues.ch>
Cc: "Hauke Mehrtens" <hauke@hauke-m.de>, "Rafał Miłecki" <zajec5@gmail.com>
Subject: [PATCH 1/3] ssb: unexport ssb_bus_pcibus_register
Date: Mon, 21 Sep 2015 09:47:18 +0200 [thread overview]
Message-ID: <1442821640-14582-1-git-send-email-zajec5@gmail.com> (raw)
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>
---
drivers/ssb/main.c | 1 -
1 file changed, 1 deletion(-)
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
--
1.8.4.5
next reply other threads:[~2015-09-21 7:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 7:47 Rafał Miłecki [this message]
2015-09-21 7:47 ` [PATCH 2/3] ssb: make ssb_sdio_switch_core static Rafał Miłecki
2015-09-21 16:10 ` Michael Büsch
2015-09-21 7:47 ` [PATCH 3/3] ssb: drop declaration of non existing ssb_sdio_hardware_setup Rafał Miłecki
2015-09-21 16:11 ` Michael Büsch
2015-09-21 16:10 ` [PATCH 1/3] ssb: unexport ssb_bus_pcibus_register Michael Büsch
2015-09-29 8:02 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442821640-14582-1-git-send-email-zajec5@gmail.com \
--to=zajec5@gmail.com \
--cc=hauke@hauke-m.de \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=m@bues.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).