[PATCH] 2.4.23 IDE warning

From: Geert Uytterhoeven
Date: Mon Dec 01 2003 - 15:29:10 EST



Kill warning about unused definition of unknown_chipset[].

--- linux-ppc-2.4.23/drivers/ide/pci/generic.h.orig Sun Nov 30 11:48:22 2003
+++ linux-ppc-2.4.23/drivers/ide/pci/generic.h Sun Nov 30 12:18:36 2003
@@ -148,6 +148,8 @@
}
};

+#if 0
+/* Logic to add back later on */
static ide_pci_device_t unknown_chipset[] __devinitdata = {
{ /* 0 */
.vendor = 0,
@@ -170,5 +172,6 @@
}

};
+#endif

#endif /* IDE_GENERIC_H */

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

-
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/