mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-08 21:21:34 -04:00
[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>
This commit is contained in:
committed by
James Bottomley
parent
41fa2adabc
commit
b8e5152bf1
@@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user