diff options
author | Felipe Balbi <balbi@ti.com> | 2011-10-06 03:46:20 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-11 09:01:14 -0400 |
commit | 4b32a2c9a636eaab69c797d9ebc7e086a6bd2fb7 (patch) | |
tree | 6ee6ddad97aa541bf65a9d9daa529dd4646b4887 /drivers/net/wireless/wl12xx/io.h | |
parent | a390e85cfe91c346ff4745bcd45ad0a7e7101aa2 (diff) |
wl12xx: mark some symbols static
after re-factoring a bunch of symbols are only
used inside main.c which allows us to mark
them as static.
Signed-off-by: Felipe Balbi <balbi@ti.com>
[forward-ported]
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/io.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/io.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/net/wireless/wl12xx/io.h b/drivers/net/wireless/wl12xx/io.h index e82dad19aa30..d398cbcea986 100644 --- a/drivers/net/wireless/wl12xx/io.h +++ b/drivers/net/wireless/wl12xx/io.h | |||
@@ -170,15 +170,10 @@ u16 wl1271_top_reg_read(struct wl1271 *wl, int addr); | |||
170 | int wl1271_set_partition(struct wl1271 *wl, | 170 | int wl1271_set_partition(struct wl1271 *wl, |
171 | struct wl1271_partition_set *p); | 171 | struct wl1271_partition_set *p); |
172 | 172 | ||
173 | bool wl1271_set_block_size(struct wl1271 *wl); | ||
174 | |||
173 | /* Functions from wl1271_main.c */ | 175 | /* Functions from wl1271_main.c */ |
174 | 176 | ||
175 | int wl1271_register_hw(struct wl1271 *wl); | ||
176 | void wl1271_unregister_hw(struct wl1271 *wl); | ||
177 | int wl1271_init_ieee80211(struct wl1271 *wl); | ||
178 | struct ieee80211_hw *wl1271_alloc_hw(void); | ||
179 | int wl1271_free_hw(struct wl1271 *wl); | ||
180 | irqreturn_t wl1271_irq(int irq, void *data); | ||
181 | bool wl1271_set_block_size(struct wl1271 *wl); | ||
182 | int wl1271_tx_dummy_packet(struct wl1271 *wl); | 177 | int wl1271_tx_dummy_packet(struct wl1271 *wl); |
183 | 178 | ||
184 | #endif | 179 | #endif |