summaryrefslogtreecommitdiff
path: root/include/linux/bcma/bcma_driver_pcie2.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-03-04 14:24:52 +0100
committerKalle Valo <kvalo@codeaurora.org>2015-03-05 14:11:43 +0200
commit0a4e699a41f767dff76ca7dc1019b9ca6de3eb42 (patch)
treec9070b81b7b760277685f0cc2b69c7e823e8cc82 /include/linux/bcma/bcma_driver_pcie2.h
parentc32ec2a11321978c34296d9a6bd5b0c31a2eb182 (diff)
bcma: move internal function declarations to private header
These functions are not exported nor used anywhere, so there is no reason to put them in public headers. Also drop unused bcma_chipco_(suspend|resume). Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/bcma/bcma_driver_pcie2.h')
-rw-r--r--include/linux/bcma/bcma_driver_pcie2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/bcma/bcma_driver_pcie2.h b/include/linux/bcma/bcma_driver_pcie2.h
index d8c43294c527..31e6d17ab798 100644
--- a/include/linux/bcma/bcma_driver_pcie2.h
+++ b/include/linux/bcma/bcma_driver_pcie2.h
@@ -155,6 +155,4 @@ struct bcma_drv_pcie2 {
#define pcie2_set32(pcie2, offset, set) bcma_set32((pcie2)->core, offset, set)
#define pcie2_mask32(pcie2, offset, mask) bcma_mask32((pcie2)->core, offset, mask)
-void bcma_core_pcie2_init(struct bcma_drv_pcie2 *pcie2);
-
#endif /* LINUX_BCMA_DRIVER_PCIE2_H_ */