aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/drv_types.h
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-06-01 17:46:48 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 15:30:03 -0700
commit24e0bf42ecd2201872e765509d0846493585540d (patch)
tree33fc23a4e6320c6d74fb49b0a56caf222320eed3 /drivers/staging/rtl8188eu/include/drv_types.h
parentstaging: rtl8188eu: Remove unused member variable of struct adapter (diff)
downloadlinux-dev-24e0bf42ecd2201872e765509d0846493585540d.tar.xz
linux-dev-24e0bf42ecd2201872e765509d0846493585540d.zip
staging: rtl8188eu:Remove EepromAddressSize from struct adapter
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/drv_types.h')
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index a459206d37de..ec9ad4a89d27 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -220,7 +220,6 @@ struct adapter {
s32 bSurpriseRemoved;
s32 bCardDisableWOHSM;
- u8 EepromAddressSize;
u8 hw_init_completed;
void *cmdThread;