aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorNishka Dasgupta <nishkadg.linux@gmail.com>2019-06-26 12:20:57 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-01 09:07:03 +0200
commit01bc283e819895cca6d9b5c91062552db79cac26 (patch)
tree050f78b922bc82ec5f1de77b7c8a4c14763f6557 /drivers/staging/rtl8188eu
parentstaging: rtl8188eu: hal: Replace function ODM_TXPowerTrackingCheck() (diff)
downloadlinux-dev-01bc283e819895cca6d9b5c91062552db79cac26.tar.xz
linux-dev-01bc283e819895cca6d9b5c91062552db79cac26.zip
staging: rtl8188eu: Remove declarations of unused functions
Remove the declarations of the following unused functions from rtw_eeprom.h: - eeprom_write16 - eeprom_read16 - eeprom_read_sz - read_eeprom_content - read_eeprom_content_by_attrib. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_eeprom.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_eeprom.h b/drivers/staging/rtl8188eu/include/rtw_eeprom.h
index db25eb580c98..10525493129b 100644
--- a/drivers/staging/rtl8188eu/include/rtw_eeprom.h
+++ b/drivers/staging/rtl8188eu/include/rtw_eeprom.h
@@ -111,10 +111,4 @@ struct eeprom_priv {
u8 efuse_eeprom_data[HWSET_MAX_SIZE_512];
};
-void eeprom_write16(struct adapter *padapter, u16 reg, u16 data);
-u16 eeprom_read16(struct adapter *padapter, u16 reg);
-void read_eeprom_content(struct adapter *padapter);
-void eeprom_read_sz(struct adapter *adapt, u16 reg, u8 *data, u32 sz);
-void read_eeprom_content_by_attrib(struct adapter *padapter);
-
#endif /* __RTL871X_EEPROM_H__ */