summaryrefslogtreecommitdiff
path: root/backport/compat/backports.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-10-13 12:26:23 +0200
committerJohannes Berg <johannes.berg@intel.com>2017-10-13 15:29:52 +0200
commitdeaa397ea3d6c1ae5f7b6c089e8b805c02b293e5 (patch)
treeba6bc6e4439e1e8b40361d1c1e59dcb0e1579d8c /backport/compat/backports.h
parentb63923298a77174183a7abc9390bae5500703c05 (diff)
backports: remove CRYPTO_CCM backport
This never actually worked properly as far as I can tell, and now it looks like it won't even compile due to the real crypto_memneq() backport. Just remove it - distro kernels have it enabled and all others should just enable it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport/compat/backports.h')
-rw-r--r--backport/compat/backports.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/backport/compat/backports.h b/backport/compat/backports.h
index ccc8972b..53848888 100644
--- a/backport/compat/backports.h
+++ b/backport/compat/backports.h
@@ -3,16 +3,6 @@
#include <linux/version.h>
-#ifdef CPTCFG_BPAUTO_BUILD_CRYPTO_CCM
-int crypto_ccm_module_init(void);
-void crypto_ccm_module_exit(void);
-#else
-static inline int crypto_ccm_module_init(void)
-{ return 0; }
-static inline void crypto_ccm_module_exit(void)
-{}
-#endif
-
#ifdef CPTCFG_BPAUTO_BUILD_WANT_DEV_COREDUMP
int devcoredump_init(void);
void devcoredump_exit(void);