Files
linux/drivers
Arnd Bergmann 11d5aa1935 SCSI: initio: remove duplicate module device table
commit d282e2b383 upstream.

The initio driver has for many years had two copies of the
same module device table. One of them is also used for registering
the other driver, the other one is entirely useless after the
large scale cleanup that Alan Cox did back in 2007.

The compiler warns about this whenever the driver is built-in:

drivers/scsi/initio.c:131:29: warning: 'i91u_pci_devices' defined but not used [-Wunused-variable]

This removes the extraneous table and the warning.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 72d39fea90 ("[SCSI] initio: Convert into a real Linux driver and update to modern style")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-02-25 11:03:45 +01:00
..
2017-12-16 10:33:55 +01:00
2017-12-16 10:33:53 +01:00
2017-11-30 08:37:27 +00:00
2018-02-25 11:03:42 +01:00
2016-09-24 10:07:35 +02:00
2018-02-25 11:03:44 +01:00
2018-01-02 20:33:20 +01:00
2018-02-25 11:03:44 +01:00
2018-02-25 11:03:40 +01:00
2018-02-25 11:03:41 +01:00