There appears to be something of an inconsistency in the naming (again)
for ide-cs. This should fix it.
--- orig/drivers/ide/legacy/ide-cs.c Sat Jun 14 22:33:52 2003
+++ linux/drivers/ide/legacy/ide-cs.c Sun Jun 22 14:14:35 2003
@@ -473,7 +473,7 @@
static struct pcmcia_driver ide_cs_driver = {
.owner = THIS_MODULE,
.drv = {
- .name = "ide_cs",
+ .name = "ide-cs",
},
.attach = ide_attach,
.detach = ide_detach,
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/