summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/mds.c
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-11-01 20:29:28 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-10 00:07:00 (GMT)
commit6112063d804aa0afc8d4462b22e36fc259393b64 (patch)
treede1ff21bf0834bb7c24b651906442a27cd0d2fc9 /drivers/staging/winbond/mds.c
parent9dd5f271441bbe85578c2b7841820d8bca26096c (diff)
downloadlinux-6112063d804aa0afc8d4462b22e36fc259393b64.tar.xz
Staging: w35und: Kill empty Mds_Destroy function
The Mds_Destroy() function doesn't do anything so kill it. Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/mds.c')
-rw-r--r--drivers/staging/winbond/mds.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/winbond/mds.c b/drivers/staging/winbond/mds.c
index 9ac2c87..90f2cc0 100644
--- a/drivers/staging/winbond/mds.c
+++ b/drivers/staging/winbond/mds.c
@@ -18,11 +18,6 @@ Mds_initial(struct wbsoft_priv *adapter)
return hal_get_tx_buffer(&adapter->sHwData, &pMds->pTxBuffer);
}
-void
-Mds_Destroy(struct wbsoft_priv *adapter)
-{
-}
-
static void Mds_DurationSet(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes, u8 *buffer)
{
struct T00_descriptor *pT00;