* [PATCH] Fix ide-scsi build with driver model change
@ 2003-08-16 16:44 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2003-08-16 16:44 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel mailing list
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 = {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-16 16:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-16 16:44 [PATCH] Fix ide-scsi build with driver model change Benjamin Herrenschmidt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.