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

From: Benjamin Herrenschmidt
Date: Sat Aug 16 2003 - 11:48:47 EST


Hi Linus !

This fixes build of ide-scsi after removal of struct device.name

Please apply,
Ben.

===== drivers/scsi/ide-scsi.c 1.29 vs edited =====
--- 1.29/drivers/scsi/ide-scsi.c Sat Aug 16 13:57:02 2003
+++ edited/drivers/scsi/ide-scsi.c Sat Aug 16 14:39:37 2003
@@ -948,7 +948,6 @@
};

static struct device idescsi_primary = {
- .name = "Ide-scsi Parent",
.bus_id = "ide-scsi",
};
static struct bus_type idescsi_emu_bus = {

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/