diff options
Diffstat (limited to 'drivers/net/wireless/brcm80211/brcmsmac/aiutils.h')
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/aiutils.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/aiutils.h b/drivers/net/wireless/brcm80211/brcmsmac/aiutils.h index a8a267b5b87a..2d08c155c23b 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/aiutils.h +++ b/drivers/net/wireless/brcm80211/brcmsmac/aiutils.h | |||
@@ -172,19 +172,19 @@ struct si_info { | |||
172 | 172 | ||
173 | 173 | ||
174 | /* AMBA Interconnect exported externs */ | 174 | /* AMBA Interconnect exported externs */ |
175 | extern u32 ai_core_cflags(struct bcma_device *core, u32 mask, u32 val); | 175 | u32 ai_core_cflags(struct bcma_device *core, u32 mask, u32 val); |
176 | 176 | ||
177 | /* === exported functions === */ | 177 | /* === exported functions === */ |
178 | extern struct si_pub *ai_attach(struct bcma_bus *pbus); | 178 | struct si_pub *ai_attach(struct bcma_bus *pbus); |
179 | extern void ai_detach(struct si_pub *sih); | 179 | void ai_detach(struct si_pub *sih); |
180 | extern uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val); | 180 | uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val); |
181 | extern void ai_clkctl_init(struct si_pub *sih); | 181 | void ai_clkctl_init(struct si_pub *sih); |
182 | extern u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih); | 182 | u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih); |
183 | extern bool ai_clkctl_cc(struct si_pub *sih, enum bcma_clkmode mode); | 183 | bool ai_clkctl_cc(struct si_pub *sih, enum bcma_clkmode mode); |
184 | extern bool ai_deviceremoved(struct si_pub *sih); | 184 | bool ai_deviceremoved(struct si_pub *sih); |
185 | 185 | ||
186 | /* Enable Ex-PA for 4313 */ | 186 | /* Enable Ex-PA for 4313 */ |
187 | extern void ai_epa_4313war(struct si_pub *sih); | 187 | void ai_epa_4313war(struct si_pub *sih); |
188 | 188 | ||
189 | static inline u32 ai_get_cccaps(struct si_pub *sih) | 189 | static inline u32 ai_get_cccaps(struct si_pub *sih) |
190 | { | 190 | { |