diff options
author | Iker Pedrosa <ikerpedrosam@gmail.com> | 2013-08-05 11:58:32 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-12 14:55:50 -0700 |
commit | dbd37ee59190469472a03a07fa4fdf21ce9e0cb6 (patch) | |
tree | 7cf578a8bacc1d127e98ab48d3b3b25fad0d4762 /drivers/staging/winbond | |
parent | 7a52a72e7c4fbb965b7f0cf16497351a1dd5e696 (diff) | |
download | linux-dbd37ee59190469472a03a07fa4fdf21ce9e0cb6.tar.bz2 |
Staging: winbond: mds_f: deleted extern function
Deleted an extern function that wasn't used in this driver.
Signed-off-by: Iker Pedrosa <ikerpedrosam@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/winbond')
-rw-r--r-- | drivers/staging/winbond/mds_f.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/winbond/mds_f.h b/drivers/staging/winbond/mds_f.h index ce5a78c27ce0..159b2eb366e8 100644 --- a/drivers/staging/winbond/mds_f.h +++ b/drivers/staging/winbond/mds_f.h @@ -9,7 +9,6 @@ void Mds_Tx(struct wbsoft_priv *adapter); void Mds_SendComplete(struct wbsoft_priv *adapter, struct T02_descriptor *pt02); void Mds_MpduProcess(struct wbsoft_priv *adapter, struct wb35_descriptor *prxdes); -extern void DataDmp(u8 *pdata, u32 len, u32 offset); /* For data frame sending */ u16 MDS_GetPacketSize(struct wbsoft_priv *adapter); |