diff options
Diffstat (limited to 'drivers/s390/scsi')
-rw-r--r-- | drivers/s390/scsi/zfcp_ccw.c | 13 | ||||
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/drivers/s390/scsi/zfcp_ccw.c b/drivers/s390/scsi/zfcp_ccw.c index fdabadeaa9ee..81680efa1721 100644 --- a/drivers/s390/scsi/zfcp_ccw.c +++ b/drivers/s390/scsi/zfcp_ccw.c | |||
@@ -275,19 +275,6 @@ zfcp_ccw_register(void) | |||
275 | } | 275 | } |
276 | 276 | ||
277 | /** | 277 | /** |
278 | * zfcp_ccw_unregister - ccw unregister function | ||
279 | * | ||
280 | * Unregisters the driver from common i/o layer. Function will be called at | ||
281 | * module unload/system shutdown. | ||
282 | */ | ||
283 | void __exit | ||
284 | zfcp_ccw_unregister(void) | ||
285 | { | ||
286 | zfcp_sysfs_driver_remove_files(&zfcp_ccw_driver.driver); | ||
287 | ccw_driver_unregister(&zfcp_ccw_driver); | ||
288 | } | ||
289 | |||
290 | /** | ||
291 | * zfcp_ccw_shutdown - gets called on reboot/shutdown | 278 | * zfcp_ccw_shutdown - gets called on reboot/shutdown |
292 | * | 279 | * |
293 | * Makes sure that QDIO queues are down when the system gets stopped. | 280 | * Makes sure that QDIO queues are down when the system gets stopped. |
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index 146d7a2b4c4a..b45d1bf297a8 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -55,7 +55,6 @@ extern void zfcp_unit_dequeue(struct zfcp_unit *); | |||
55 | 55 | ||
56 | /******************************* S/390 IO ************************************/ | 56 | /******************************* S/390 IO ************************************/ |
57 | extern int zfcp_ccw_register(void); | 57 | extern int zfcp_ccw_register(void); |
58 | extern void zfcp_ccw_unregister(void); | ||
59 | 58 | ||
60 | extern void zfcp_qdio_zero_sbals(struct qdio_buffer **, int, int); | 59 | extern void zfcp_qdio_zero_sbals(struct qdio_buffer **, int, int); |
61 | extern int zfcp_qdio_allocate(struct zfcp_adapter *); | 60 | extern int zfcp_qdio_allocate(struct zfcp_adapter *); |