Re: [PATCH] 2.4.19; 3c515.c <should work with isapnp.o>

Kai Germaschewski (kai-germaschewski@uiowa.edu)
Wed, 7 Aug 2002 19:45:45 -0500 (CDT)


On Thu, 8 Aug 2002, Matthew Bell wrote:

> -#ifdef CONFIG_ISAPNP
> +#if defined(CONFIG_ISAPNP) || (defined (MODULE) && defined (CONFIG_ISAPNP_MODULE))

You can achieve the same by

+#ifdef __ISAPNP__

assuming you did include <linux/isapnp.h>, which you'd normally do when
using isapnp ;)

--Kai

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