summaryrefslogtreecommitdiff
path: root/crypto/hctr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hctr2.c')
-rw-r--r--crypto/hctr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hctr2.c b/crypto/hctr2.c
index 87e7547ad186..cbcd673be481 100644
--- a/crypto/hctr2.c
+++ b/crypto/hctr2.c
@@ -576,4 +576,4 @@ module_exit(hctr2_module_exit);
MODULE_DESCRIPTION("HCTR2 length-preserving encryption mode");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS_CRYPTO("hctr2");
-MODULE_IMPORT_NS(CRYPTO_INTERNAL);
+MODULE_IMPORT_NS("CRYPTO_INTERNAL");