Commit b8e5152b authored by Matthew Wilcox's avatar Matthew Wilcox Committed by James Bottomley
Browse files

[SCSI] advansys: Fix VLB driver name



You can't have two drivers for the same bus type with the same name.
Since ISA and VLB are both isa_drivers, rename the VLB one to advansys_vlb.

Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 41fa2ada
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16985,7 +16985,7 @@ static struct isa_driver advansys_vlb_driver = {
	.remove		= __devexit_p(advansys_isa_remove),
	.driver = {
		.owner	= THIS_MODULE,
		.name	= "advansys",
		.name	= "advansys_vlb",
	},
};