Skip to content

Commit

Permalink
Staging: w35und: Remove empty sysdef.h header
Browse files Browse the repository at this point in the history
The sysdef.h header is empty now so kill it.

Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Dec 1, 2010
1 parent 2855bb7 commit ddee7e2
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "mds_f.h"
#include "mlmetxrx_f.h"
#include "mto.h"
#include "sysdef.h"
#include "wbhal.h"
#include "wblinux_f.h"
#include "wb35tx_f.h"
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/winbond/mlmetxrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
Copyright (c) 1996-2002 Winbond Electronics Corp. All Rights Reserved.
============================================================================ */
#include "sysdef.h"

#include "mds_f.h"

void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *desc)
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/winbond/mto.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* ============================================================================
*/

#include "sysdef.h"
#include "sme_api.h"
#include "wbhal.h"
#include "wb35reg_f.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/winbond/phy_calibration.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/

/****************** INCLUDE FILES SECTION ***********************************/
#include "sysdef.h"
#include "phy_calibration.h"
#include "wbhal.h"
#include "wb35reg_f.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/winbond/reg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "sysdef.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "core.h"
Expand Down
6 changes: 0 additions & 6 deletions drivers/staging/winbond/sysdef.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/staging/winbond/wb35reg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "sysdef.h"
#include "wb35reg_f.h"

#include <linux/usb.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/winbond/wb35rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <linux/slab.h>

#include "core.h"
#include "sysdef.h"
#include "wb35rx_f.h"

static void packet_came(struct ieee80211_hw *hw, char *pRxBufferAddress, int PacketSize)
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/winbond/wb35tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

#include "wb35tx_f.h"
#include "mds_f.h"
#include "sysdef.h"

unsigned char
Wb35Tx_get_tx_buffer(struct hw_data * pHwData, u8 **pBuffer)
Expand Down

0 comments on commit ddee7e2

Please sign in to comment.