diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-04 14:24:52 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-05 14:11:43 +0200 |
commit | 0a4e699a41f767dff76ca7dc1019b9ca6de3eb42 (patch) | |
tree | c9070b81b7b760277685f0cc2b69c7e823e8cc82 /include/linux/bcma/bcma_driver_gmac_cmn.h | |
parent | c32ec2a11321978c34296d9a6bd5b0c31a2eb182 (diff) | |
download | talos-obmc-linux-0a4e699a41f767dff76ca7dc1019b9ca6de3eb42.tar.gz talos-obmc-linux-0a4e699a41f767dff76ca7dc1019b9ca6de3eb42.zip |
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_gmac_cmn.h')
-rw-r--r-- | include/linux/bcma/bcma_driver_gmac_cmn.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/bcma/bcma_driver_gmac_cmn.h b/include/linux/bcma/bcma_driver_gmac_cmn.h index 4dd1f33e36a2..4354d4ea6713 100644 --- a/include/linux/bcma/bcma_driver_gmac_cmn.h +++ b/include/linux/bcma/bcma_driver_gmac_cmn.h @@ -91,10 +91,4 @@ struct bcma_drv_gmac_cmn { #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val) -#ifdef CONFIG_BCMA_DRIVER_GMAC_CMN -extern void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc); -#else -static inline void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc) { } -#endif - #endif /* LINUX_BCMA_DRIVER_GMAC_CMN_H_ */ |