diff options
author | Moritz Muehlenhoff <jmm@debian.org> | 2009-02-01 13:29:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 14:53:20 -0700 |
commit | 28aed9e3692efdb6d91bdd413288ffb9691cba46 (patch) | |
tree | a04f59b718f3303ff8e9214c93404af3e112b628 /drivers/staging/wlan-ng/hfa384x.h | |
parent | 7dd33a43d5a8fe6f30697ac8295894e21d4cdc46 (diff) |
Staging: wlan-ng: Remove dead code from hfa384x_usb.c
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/hfa384x.h')
-rw-r--r-- | drivers/staging/wlan-ng/hfa384x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h index e72208674c7e..bbb5c58f99c3 100644 --- a/drivers/staging/wlan-ng/hfa384x.h +++ b/drivers/staging/wlan-ng/hfa384x.h @@ -2560,8 +2560,6 @@ hfa384x_drvr_handover( hfa384x_t *hw, u8 *addr); int hfa384x_drvr_hostscanresults( hfa384x_t *hw); int -hfa384x_drvr_low_level(hfa384x_t *hw, hfa384x_metacmd_t *cmd); -int hfa384x_drvr_mmi_read(hfa384x_t *hw, u32 address, u32 *result); int hfa384x_drvr_mmi_write(hfa384x_t *hw, u32 address, u32 data); |