From: Larry Finger Date: Fri, 15 Jul 2011 03:03:46 +0000 (-0500) Subject: staging: rtl8192e: Remove dead code associated with EFUSE_REPG_WORKAROUND X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d22a33646965656d800e4c7afa8c1b54a4ba63fe;p=deliverable%2Flinux.git staging: rtl8192e: Remove dead code associated with EFUSE_REPG_WORKAROUND Signed-off-by: Larry Finger --- diff --git a/drivers/staging/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl_core.h index c7e2f87268ef..ae858eb253b4 100644 --- a/drivers/staging/rtl8192e/rtl_core.h +++ b/drivers/staging/rtl8192e/rtl_core.h @@ -773,11 +773,6 @@ typedef struct r8192_priv u16 EfuseUsedBytes; u8 EfuseUsedPercentage; -#ifdef EFUSE_REPG_WORKAROUND - bool efuse_RePGSec1Flag; - u8 efuse_RePGData[8]; -#endif - short epromtype; u16 eeprom_vid; u16 eeprom_did;