diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-04 16:24:52 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-05 15:11:43 +0300 |
commit | 0a4e699a41f767dff76ca7dc1019b9ca6de3eb42 (patch) | |
tree | c9070b81b7b760277685f0cc2b69c7e823e8cc82 /include/linux/bcma/bcma_driver_pcie2.h | |
parent | c32ec2a11321978c34296d9a6bd5b0c31a2eb182 (diff) | |
download | linux-0a4e699a41f767dff76ca7dc1019b9ca6de3eb42.tar.xz |
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.h | 2 |
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_ */ |