Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] Delete duplicate driver template.

Stuborn as compilers are they don't like duplicate definitions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

Ralf Baechle and committed by
James Bottomley
123fc7fd 8884efab

-21
-21
drivers/scsi/jazz_esp.c
··· 65 65 return 0; 66 66 } 67 67 68 - static struct scsi_host_template driver_template = { 69 - .proc_name = "jazz_esp", 70 - .proc_info = &esp_proc_info, 71 - .name = "ESP 100/100a/200", 72 - .detect = jazz_esp_detect, 73 - .slave_alloc = esp_slave_alloc, 74 - .slave_destroy = esp_slave_destroy, 75 - .release = jazz_esp_release, 76 - .info = esp_info, 77 - .queuecommand = esp_queue, 78 - .eh_abort_handler = esp_abort, 79 - .eh_bus_reset_handler = esp_reset, 80 - .can_queue = 7, 81 - .this_id = 7, 82 - .sg_tablesize = SG_ALL, 83 - .cmd_per_lun = 1, 84 - .use_clustering = DISABLE_CLUSTERING, 85 - }; 86 - 87 - #include "scsi_module.c" 88 - 89 68 /***************************************************************** Detection */ 90 69 static int jazz_esp_detect(struct scsi_host_template *tpnt) 91 70 {