]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scsi: g_NCR5380: Remove deprecated __setup
authorOndrej Zary <linux@rainbow-software.org>
Tue, 27 Sep 2016 19:00:23 +0000 (21:00 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 30 Sep 2016 01:50:36 +0000 (21:50 -0400)
commitc47946c2dda311216ac11e981809b2d70609258f
tree06df7790173fd13d457c59cab7e61971d8e53ab2
parent73811c942954a1d2470656d1bd9e990e327ac580
scsi: g_NCR5380: Remove deprecated __setup

Remove deprecated __setup for parsing command line parameters.
g_NCR5380.* parameters could be used instead.

This might break existing setups with g_NCR5380 built-in (if there are
any). But it has to go in order to remove the overrides[] array.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Acked-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Documentation/scsi/g_NCR5380.txt
drivers/scsi/g_NCR5380.c