Re: [PATCH] [RESEND 2] SCSI: initio: remove duplicate module device table

2015-11-20 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> The initio driver has for many years had two copies of the same Arnd> module device table. One of them is also used for registering the Arnd> other driver, the other one is entirely useless after the large Arnd> scale cleanup that Alan Cox did back in 2

Re: [PATCH] [RESEND 2] SCSI: initio: remove duplicate module device table

2015-11-20 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] [RESEND 2] SCSI: initio: remove duplicate module device table

2015-11-19 Thread Arnd Bergmann
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