summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/sys/wlc_mac80211.c
diff options
context:
space:
mode:
authorJason Cooper2010-10-11 16:02:59 +0200
committerGreg Kroah-Hartman2010-10-12 17:52:28 +0200
commit9927fc2eab153cf3c39d505733b1d534d818c2bb (patch)
treea05acaf5cfe607f8bafb7a26462a9c52ba8d59ff /drivers/staging/brcm80211/sys/wlc_mac80211.c
parentstaging: brcm80211: remove BCMINITFN() macro. (diff)
downloadkernel-qcow2-linux-9927fc2eab153cf3c39d505733b1d534d818c2bb.tar.gz
kernel-qcow2-linux-9927fc2eab153cf3c39d505733b1d534d818c2bb.tar.xz
kernel-qcow2-linux-9927fc2eab153cf3c39d505733b1d534d818c2bb.zip
staging: brcm80211: remove BCMUNINITFN() macro.
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/sys/wlc_mac80211.c')
-rw-r--r--drivers/staging/brcm80211/sys/wlc_mac80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.c b/drivers/staging/brcm80211/sys/wlc_mac80211.c
index 9b134ad35896..6297ceb0a56d 100644
--- a/drivers/staging/brcm80211/sys/wlc_mac80211.c
+++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c
@@ -2846,7 +2846,7 @@ static void wlc_tx_prec_map_init(wlc_info_t *wlc)
}
}
-static uint BCMUNINITFN(wlc_down_del_timer) (wlc_info_t *wlc)
+static uint wlc_down_del_timer(wlc_info_t *wlc)
{
uint callbacks = 0;
@@ -2858,7 +2858,7 @@ static uint BCMUNINITFN(wlc_down_del_timer) (wlc_info_t *wlc)
* disable the hardware, free any transient buffer state.
* Return a count of the number of driver callbacks still pending.
*/
-uint BCMUNINITFN(wlc_down) (wlc_info_t *wlc)
+uint wlc_down(wlc_info_t *wlc)
{
uint callbacks = 0;