[SCSI] advansys: Move to scsi hotplug initialisation model
commit8dfb537933a87588e83196d14cd9ec245eb065b8
authorMatthew Wilcox <matthew@wil.cx>
Mon, 30 Jul 2007 15:08:34 +0000 (30 09:08 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:38:53 +0000 (12 14:38 -0400)
treed4bfeeecdd02e00cd4895dff6a3027f392ea2516
parentb2c16f586ee529e97ac63183e70e2bfd586a2f47
[SCSI] advansys: Move to scsi hotplug initialisation model

 - Switch from scsi_register/scsi_unregister to scsi_host_alloc,
   scsi_add_host, scsi_scan_host and scsi_host_put.
 - Rename the scsi_host_template to advansys_template
 - Use module_init and module_exit instead of scsi_module.c
 - Remove protection against advansys_detect being called twice

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c