summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/ap_debug.h
diff options
context:
space:
mode:
authorHarald Freudenberger2018-04-04 07:14:17 +0200
committerMartin Schwidefsky2018-04-10 07:39:01 +0200
commitefda7adec7a5ad7aa3745df7c6740727b00ac8ba (patch)
treea7206948f94b817420fc30aaf18aee92239ac01e /drivers/s390/crypto/ap_debug.h
parentMAINTAINERS: update s390 maintainers email addresses (diff)
downloadkernel-qcow2-linux-efda7adec7a5ad7aa3745df7c6740727b00ac8ba.tar.gz
kernel-qcow2-linux-efda7adec7a5ad7aa3745df7c6740727b00ac8ba.tar.xz
kernel-qcow2-linux-efda7adec7a5ad7aa3745df7c6740727b00ac8ba.zip
s390/zcrypt: Make ap init functions static.
The ap init functions ap_module_init and ap_debug_init are only used within ap_bus.c. Make these functions static and do not declare them in any header file any more. Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/crypto/ap_debug.h')
-rw-r--r--drivers/s390/crypto/ap_debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/s390/crypto/ap_debug.h b/drivers/s390/crypto/ap_debug.h
index 6a9d77c75ec3..dc675eb5aef6 100644
--- a/drivers/s390/crypto/ap_debug.h
+++ b/drivers/s390/crypto/ap_debug.h
@@ -23,7 +23,4 @@
extern debug_info_t *ap_dbf_info;
-int ap_debug_init(void);
-void ap_debug_exit(void);
-
#endif /* AP_DEBUG_H */