]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
s390/zcrypt: remove unused functions and declarations
authorHarald Freudenberger <freude@linux.vnet.ibm.com>
Tue, 27 Mar 2018 05:37:24 +0000 (07:37 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 Apr 2018 05:38:57 +0000 (07:38 +0200)
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>
drivers/s390/crypto/ap_bus.c
drivers/s390/crypto/ap_bus.h

index 48d55dc9e98648738b78f3dbc311ea3e141573cd..743594e61da446a6b1eb28d7ebc20d0919594abb 100644 (file)
@@ -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.
  *
index e0827eaa42f1dda711ed08fbf8d61dc96b65630f..951ab595dc1873dd1cd6cb7909c6bb607423cb6a 100644 (file)
@@ -240,7 +240,4 @@ void ap_queue_resume(struct ap_device *ap_dev);
 struct ap_card *ap_card_create(int id, int queue_depth, int raw_device_type,
                               int comp_device_type, unsigned int functions);
 
-int ap_module_init(void);
-void ap_module_exit(void);
-
 #endif /* _AP_BUS_H_ */