aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/null.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/null.h')
-rw-r--r--include/crypto/null.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/crypto/null.h b/include/crypto/null.h
index 3f0c59fb0a61..15aeef6e30ef 100644
--- a/include/crypto/null.h
+++ b/include/crypto/null.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/* Values for NULL algorithms */
#ifndef _CRYPTO_NULL_H
@@ -11,14 +12,4 @@
struct crypto_skcipher *crypto_get_default_null_skcipher(void);
void crypto_put_default_null_skcipher(void);
-static inline struct crypto_skcipher *crypto_get_default_null_skcipher2(void)
-{
- return crypto_get_default_null_skcipher();
-}
-
-static inline void crypto_put_default_null_skcipher2(void)
-{
- crypto_put_default_null_skcipher();
-}
-
#endif