From: Larry Finger Date: Thu, 14 Jul 2011 22:24:17 +0000 (-0500) Subject: staging: rtl8192e: Remove dead code associated with CONFIG_BT_30 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c29fed1e5c1d0c31dceddc539f75c668b469f50b;p=deliverable%2Flinux.git staging: rtl8192e: Remove dead code associated with CONFIG_BT_30 Signed-off-by: Larry Finger --- diff --git a/drivers/staging/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl_core.h index ec977870f5d7..99a40a00d312 100644 --- a/drivers/staging/rtl8192e/rtl_core.h +++ b/drivers/staging/rtl8192e/rtl_core.h @@ -590,10 +590,6 @@ typedef struct r8192_priv struct rtl819x_ops *ops; struct rtllib_device *rtllib; -#ifdef CONFIG_BT_30 - struct BT30Info BtInfo; -#endif - #ifdef CONFIG_RTLWIFI_DEBUGFS rtl_fs_debug *debug; #endif /* CONFIG_IWLWIFI_DEBUGFS */