提交 ddee7e28 编写于 作者: P Pekka Enberg 提交者: Greg Kroah-Hartman

Staging: w35und: Remove empty sysdef.h header

The sysdef.h header is empty now so kill it.

Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: NPekka Enberg <penberg@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 2855bb79
#include "mds_f.h" #include "mds_f.h"
#include "mlmetxrx_f.h" #include "mlmetxrx_f.h"
#include "mto.h" #include "mto.h"
#include "sysdef.h"
#include "wbhal.h" #include "wbhal.h"
#include "wblinux_f.h" #include "wblinux_f.h"
#include "wb35tx_f.h" #include "wb35tx_f.h"
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
Copyright (c) 1996-2002 Winbond Electronics Corp. All Rights Reserved. Copyright (c) 1996-2002 Winbond Electronics Corp. All Rights Reserved.
============================================================================ */ ============================================================================ */
#include "sysdef.h"
#include "mds_f.h" #include "mds_f.h"
void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *desc) void MLME_GetNextPacket(struct wbsoft_priv *adapter, struct wb35_descriptor *desc)
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
* ============================================================================ * ============================================================================
*/ */
#include "sysdef.h"
#include "sme_api.h" #include "sme_api.h"
#include "wbhal.h" #include "wbhal.h"
#include "wb35reg_f.h" #include "wb35reg_f.h"
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
*/ */
/****************** INCLUDE FILES SECTION ***********************************/ /****************** INCLUDE FILES SECTION ***********************************/
#include "sysdef.h"
#include "phy_calibration.h" #include "phy_calibration.h"
#include "wbhal.h" #include "wbhal.h"
#include "wb35reg_f.h" #include "wb35reg_f.h"
......
#include "sysdef.h"
#include "wbhal.h" #include "wbhal.h"
#include "wb35reg_f.h" #include "wb35reg_f.h"
#include "core.h" #include "core.h"
......
/* Winbond WLAN System Configuration defines */
#ifndef SYS_DEF_H
#define SYS_DEF_H
#endif
#include "sysdef.h"
#include "wb35reg_f.h" #include "wb35reg_f.h"
#include <linux/usb.h> #include <linux/usb.h>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <linux/slab.h> #include <linux/slab.h>
#include "core.h" #include "core.h"
#include "sysdef.h"
#include "wb35rx_f.h" #include "wb35rx_f.h"
static void packet_came(struct ieee80211_hw *hw, char *pRxBufferAddress, int PacketSize) static void packet_came(struct ieee80211_hw *hw, char *pRxBufferAddress, int PacketSize)
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include "wb35tx_f.h" #include "wb35tx_f.h"
#include "mds_f.h" #include "mds_f.h"
#include "sysdef.h"
unsigned char unsigned char
Wb35Tx_get_tx_buffer(struct hw_data * pHwData, u8 **pBuffer) Wb35Tx_get_tx_buffer(struct hw_data * pHwData, u8 **pBuffer)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册