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@xxxxxx> --- drivers/scsi/advansys.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c index 4d4d7c9..27b3e95 100644 --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c @@ -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", }, }; -- 1.5.2.4 - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html