mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 19:40:52 +07:00
[SCSI] zfcp: remove zfcp_ccw_unregister function
Remove unused zfcp_ccw_unregister function (leftover from zfcp's module_exit era). Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
cf2b5d3fca
commit
d136205182
@ -274,19 +274,6 @@ zfcp_ccw_register(void)
|
||||
return retval;
|
||||
}
|
||||
|
||||
/**
|
||||
* zfcp_ccw_unregister - ccw unregister function
|
||||
*
|
||||
* Unregisters the driver from common i/o layer. Function will be called at
|
||||
* module unload/system shutdown.
|
||||
*/
|
||||
void __exit
|
||||
zfcp_ccw_unregister(void)
|
||||
{
|
||||
zfcp_sysfs_driver_remove_files(&zfcp_ccw_driver.driver);
|
||||
ccw_driver_unregister(&zfcp_ccw_driver);
|
||||
}
|
||||
|
||||
/**
|
||||
* zfcp_ccw_shutdown - gets called on reboot/shutdown
|
||||
*
|
||||
|
@ -55,7 +55,6 @@ extern void zfcp_unit_dequeue(struct zfcp_unit *);
|
||||
|
||||
/******************************* S/390 IO ************************************/
|
||||
extern int zfcp_ccw_register(void);
|
||||
extern void zfcp_ccw_unregister(void);
|
||||
|
||||
extern void zfcp_qdio_zero_sbals(struct qdio_buffer **, int, int);
|
||||
extern int zfcp_qdio_allocate(struct zfcp_adapter *);
|
||||
|
Loading…
Reference in New Issue
Block a user