diff options
author | Harald Freudenberger <freude@linux.vnet.ibm.com> | 2018-04-04 08:14:17 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-04-10 08:39:01 +0300 |
commit | efda7adec7a5ad7aa3745df7c6740727b00ac8ba (patch) | |
tree | a7206948f94b817420fc30aaf18aee92239ac01e /drivers/s390/crypto/ap_debug.h | |
parent | 67f7c7039978a38bacf7e4a2079854630225ab3c (diff) | |
download | linux-efda7adec7a5ad7aa3745df7c6740727b00ac8ba.tar.xz |
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.h | 3 |
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 */ |