From: Matthew Wilcox Date: Mon, 30 Jul 2007 15:08:34 +0000 (-0600) Subject: [SCSI] advansys: Move to scsi hotplug initialisation model X-Git-Tag: v2.6.24-rc1~1290^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dfb537933a87588e83196d14cd9ec245eb065b8;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed