diff options
author | Felipe Balbi <balbi@ti.com> | 2011-10-06 10:46:20 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-11 16:01:14 +0300 |
commit | 4b32a2c9a636eaab69c797d9ebc7e086a6bd2fb7 (patch) | |
tree | 6ee6ddad97aa541bf65a9d9daa529dd4646b4887 /drivers/net/wireless/wl12xx/io.h | |
parent | a390e85cfe91c346ff4745bcd45ad0a7e7101aa2 (diff) | |
download | blackbird-op-linux-4b32a2c9a636eaab69c797d9ebc7e086a6bd2fb7.tar.gz blackbird-op-linux-4b32a2c9a636eaab69c797d9ebc7e086a6bd2fb7.zip |
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); int wl1271_set_partition(struct wl1271 *wl, struct wl1271_partition_set *p); +bool wl1271_set_block_size(struct wl1271 *wl); + /* Functions from wl1271_main.c */ -int wl1271_register_hw(struct wl1271 *wl); -void wl1271_unregister_hw(struct wl1271 *wl); -int wl1271_init_ieee80211(struct wl1271 *wl); -struct ieee80211_hw *wl1271_alloc_hw(void); -int wl1271_free_hw(struct wl1271 *wl); -irqreturn_t wl1271_irq(int irq, void *data); -bool wl1271_set_block_size(struct wl1271 *wl); int wl1271_tx_dummy_packet(struct wl1271 *wl); #endif |