Disable isapnp on 2.6 (temporarily)
authorDavid Schleef <ds@schleef.org>
Wed, 1 Oct 2003 22:44:21 +0000 (22:44 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 1 Oct 2003 22:44:21 +0000 (22:44 +0000)
include/linux/isapnp.h

index db1dd68cad1c3cc42182d3699a6d73f310130be1..475138a8521e21ac392ac775f55dd7ca1dfbd381 100644 (file)
 #include <linux/pci.h>
 #endif
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,0)
+/* FIXME drivers are broken with __ISAPNP__ in 2.6. */
+#undef __ISAPNP__
+#endif
+
 #endif