Re: [PATCH] net #3

David Woodhouse (dwmw2@infradead.org)
Wed, 30 May 2001 10:11:57 +0100


ankry@green.mif.pg.gda.pl said:
> -#ifdef CONFIG_ISAPNP
> +#if defined(CONFIG_ISAPNP) || (defined(CONFIG_ISAPNP_MODULE) && defined(MODULE))

The result here would be a 3c509 module which differs depending on whether
the ISAPNP module happened to be compiled at the same time or not.

The ISAPNP-specific parts of the code aren't large. Please consider
including them unconditionally instead.

--
dwmw2

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