diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-09-21 03:47:20 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-09-29 04:00:59 -0400 |
commit | 264c7708c9ceabfd10c70f942bb2910976ca92ff (patch) | |
tree | 597600c86fc4631fd1f3a31ed421fd0140806943 /drivers/ssb | |
parent | 7b1647bc1a44422ee9d67d4d2b5d3ab12d2c5bee (diff) |
ssb: drop declaration of non existing ssb_sdio_hardware_setup
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/ssb')
-rw-r--r-- | drivers/ssb/ssb_private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ssb/ssb_private.h b/drivers/ssb/ssb_private.h index 1d2256e35138..426c805b7727 100644 --- a/drivers/ssb/ssb_private.h +++ b/drivers/ssb/ssb_private.h | |||
@@ -133,7 +133,6 @@ extern int ssb_sdio_get_invariants(struct ssb_bus *bus, | |||
133 | 133 | ||
134 | extern u32 ssb_sdio_scan_read32(struct ssb_bus *bus, u16 offset); | 134 | extern u32 ssb_sdio_scan_read32(struct ssb_bus *bus, u16 offset); |
135 | extern int ssb_sdio_scan_switch_coreidx(struct ssb_bus *bus, u8 coreidx); | 135 | extern int ssb_sdio_scan_switch_coreidx(struct ssb_bus *bus, u8 coreidx); |
136 | extern int ssb_sdio_hardware_setup(struct ssb_bus *bus); | ||
137 | extern void ssb_sdio_exit(struct ssb_bus *bus); | 136 | extern void ssb_sdio_exit(struct ssb_bus *bus); |
138 | extern int ssb_sdio_init(struct ssb_bus *bus); | 137 | extern int ssb_sdio_init(struct ssb_bus *bus); |
139 | 138 | ||
@@ -147,10 +146,6 @@ static inline int ssb_sdio_scan_switch_coreidx(struct ssb_bus *bus, u8 coreidx) | |||
147 | { | 146 | { |
148 | return 0; | 147 | return 0; |
149 | } | 148 | } |
150 | static inline int ssb_sdio_hardware_setup(struct ssb_bus *bus) | ||
151 | { | ||
152 | return 0; | ||
153 | } | ||
154 | static inline void ssb_sdio_exit(struct ssb_bus *bus) | 149 | static inline void ssb_sdio_exit(struct ssb_bus *bus) |
155 | { | 150 | { |
156 | } | 151 | } |