]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390/zcrypt: Cleanup include zcrypt_api.h
authorHarald Freudenberger <freude@linux.ibm.com>
Fri, 25 Oct 2024 10:34:27 +0000 (12:34 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 29 Oct 2024 10:17:17 +0000 (11:17 +0100)
Move include statement for zcrypt_api.h from the
codefiles to the zcrypt_ccamis.h header file.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Suggested-by: Holger Dengler <dengler@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/pkey_cca.c
drivers/s390/crypto/pkey_ep11.c
drivers/s390/crypto/pkey_pckmo.c
drivers/s390/crypto/pkey_sysfs.c
drivers/s390/crypto/zcrypt_ccamisc.h

index 9370513817209e6a9db149d5bb59f53942726041..8d619f9774b9efd15abb4c486eb214871bc19d9d 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/module.h>
 #include <linux/cpufeature.h>
 
-#include "zcrypt_api.h"
 #include "zcrypt_ccamisc.h"
 #include "pkey_base.h"
 
index f42d397a9cb66423dfd14ba3fb8094043ab22628..5b033ca3e8285a5287965fdb34f79fb7a34c0a99 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/module.h>
 #include <linux/cpufeature.h>
 
-#include "zcrypt_api.h"
 #include "zcrypt_ccamisc.h"
 #include "zcrypt_ep11misc.h"
 #include "pkey_base.h"
index 98079b1ed6db81722ccab1e741f8d17fc9f3c858..70b9996e5f9f84bd829d9956a6e372c9adaceec0 100644 (file)
@@ -15,7 +15,6 @@
 #include <crypto/aes.h>
 #include <linux/random.h>
 
-#include "zcrypt_api.h"
 #include "zcrypt_ccamisc.h"
 #include "pkey_base.h"
 
index cc0fc1e264bd0d4a1052c23831336f8136866cbb..a4eb45803f5e6d6b17dec709e6068448973399f6 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <linux/sysfs.h>
 
-#include "zcrypt_api.h"
 #include "zcrypt_ccamisc.h"
 #include "zcrypt_ep11misc.h"
 
index aed7e83845426741f8eb0b7c2ef75cf3dc74d167..26bdca702523dceb1165b97237dd08dc42828dc1 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <asm/zcrypt.h>
 #include <asm/pkey.h>
+#include "zcrypt_api.h"
 
 /* Key token types */
 #define TOKTYPE_NON_CCA                 0x00 /* Non-CCA key token */