[PATCH] Fix ide-scsi build with driver model change

This fixes build of ide-scsi after removal of struct device.name
parent 3b6e7223
......@@ -948,7 +948,6 @@ static Scsi_Host_Template idescsi_template = {
};
static struct device idescsi_primary = {
.name = "Ide-scsi Parent",
.bus_id = "ide-scsi",
};
static struct bus_type idescsi_emu_bus = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment