1
0
Fork 0

[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: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
hifive-unleashed-5.1
Matthew Wilcox 2007-09-09 08:56:26 -06:00 committed by James Bottomley
parent 41fa2adabc
commit b8e5152bf1
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},
};