aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/crypto/des_check_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/crypto/des_check_key.c')
-rw-r--r--arch/s390/crypto/des_check_key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/crypto/des_check_key.c b/arch/s390/crypto/des_check_key.c
index e3f5c5f238f..955c441808d 100644
--- a/arch/s390/crypto/des_check_key.c
+++ b/arch/s390/crypto/des_check_key.c
@@ -30,6 +30,7 @@
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/crypto.h>
+#include "crypto_des.h"
#define ROR(d,c,o) ((d) = (d) >> (c) | (d) << (o))