summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/ap_bus.c
diff options
context:
space:
mode:
authorHarald Freudenberger <freude@linux.vnet.ibm.com>2018-03-27 08:37:24 +0300
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-04-10 08:38:57 +0300
commit2c957a8ad45991f3ef71da5c75ed2299f3d46a31 (patch)
treeb8ea19ffab1454a3763ce458948e4f3105aac3fe /drivers/s390/crypto/ap_bus.c
parent8b09ca746a643ca452cd41a522046a96ee5a55fd (diff)
downloadlinux-2c957a8ad45991f3ef71da5c75ed2299f3d46a31.tar.xz
s390/zcrypt: remove unused functions and declarations
The AP bus code is not available as kernel module any more. There was some leftover code dealing with kernel module exit which has been removed with this patch. 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_bus.c')
-rw-r--r--drivers/s390/crypto/ap_bus.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/s390/crypto/ap_bus.c b/drivers/s390/crypto/ap_bus.c
index 48d55dc9e986..743594e61da4 100644
--- a/drivers/s390/crypto/ap_bus.c
+++ b/drivers/s390/crypto/ap_bus.c
@@ -1226,11 +1226,6 @@ int __init ap_debug_init(void)
return 0;
}
-void ap_debug_exit(void)
-{
- debug_unregister(ap_dbf_info);
-}
-
/**
* ap_module_init(): The module initialization code.
*