From: David Schleef Date: Wed, 1 Oct 2003 22:44:21 +0000 (+0000) Subject: Disable isapnp on 2.6 (temporarily) X-Git-Tag: r0_7_69~189 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=daf45f618c955839250a86c99f0b4bc95bc2f18d;p=comedi.git Disable isapnp on 2.6 (temporarily) --- diff --git a/include/linux/isapnp.h b/include/linux/isapnp.h index db1dd68c..475138a8 100644 --- a/include/linux/isapnp.h +++ b/include/linux/isapnp.h @@ -13,5 +13,10 @@ #include #endif +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,0) +/* FIXME drivers are broken with __ISAPNP__ in 2.6. */ +#undef __ISAPNP__ +#endif + #endif