aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Safonov <[email protected]>2016-09-30 21:36:16 +0700
committerGreg Kroah-Hartman <[email protected]>2016-10-02 17:31:15 +0200
commitf34395c83325480cda7f8abfc03f6f52912ea314 (patch)
treed8d3997f7f38fef2f23aef36143fb31b673797fd
parent64164d66a36dc6f95aa07c8d56c9a002c3a13f1e (diff)
staging:r8188eu: remove rtw_handle_dualmac declaration
It is a declaration of the non-existent function. Signed-off-by: Ivan Safonov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index c966c8e39643..32326fd1dd24 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -177,8 +177,6 @@ struct adapter {
#define adapter_to_dvobj(adapter) (adapter->dvobj)
-int rtw_handle_dualmac(struct adapter *adapter, bool init);
-
static inline u8 *myid(struct eeprom_priv *peepriv)
{
return peepriv->mac_addr;