summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtl_crypto.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-14 21:54:46 (GMT)
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 02:16:09 (GMT)
commitdc5de47c8182f92d61d237827d739b6c52cfcd90 (patch)
treef5af15516b66a4c6fda9dbfe06391c6a1f81889b /drivers/staging/rtl8192e/rtl_crypto.h
parent954b609b54d4c08a3bd77d81567209ce5d81d9ba (diff)
downloadlinux-fsl-qoriq-dc5de47c8182f92d61d237827d739b6c52cfcd90.tar.xz
staging: rtl8192e: Remove dead code associated with BUILT_IN_CRYPTO
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl_crypto.h')
-rw-r--r--drivers/staging/rtl8192e/rtl_crypto.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/rtl8192e/rtl_crypto.h b/drivers/staging/rtl8192e/rtl_crypto.h
index 6f445c5..a8df410 100644
--- a/drivers/staging/rtl8192e/rtl_crypto.h
+++ b/drivers/staging/rtl8192e/rtl_crypto.h
@@ -24,16 +24,6 @@
#include <asm/page.h>
#include <asm/errno.h>
-#ifdef BUILT_IN_CRYPTO
-#ifdef CONFIG_CRYPTO_HMAC
-#undef CONFIG_CRYPTO_HMAC
-#endif
-
-#ifdef CONFIG_KMOD
-#undef CONFIG_KMOD
-#endif
-#endif /* BUILT_IN_CRYPTO */
-
#define crypto_register_alg crypto_register_alg_rsl
#define crypto_unregister_alg crypto_unregister_alg_rsl
#define crypto_alloc_tfm crypto_alloc_tfm_rsl