Re: [patch] net, ipv4: fix link error when CONFIG_IPV6 is a module

From: Cong Wang
Date: Sun Apr 28 2013 - 21:43:20 EST


On Mon, Apr 29, 2013 at 5:08 AM, David Rientjes <rientjes@xxxxxxxxxx> wrote:
> -#if IS_ENABLED(CONFIG_IPV6)
> +#if IS_BUILTIN(CONFIG_IPV6)

This is not a right fix. We had a right one:

[PATCH net-next v3] ipv6: Kill ipv6 dependency of icmpv6_send()
http://marc.info/?l=linux-netdev&m=136692412322576&w=2
--
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/