On Tue, Mar 17, 2026 at 03:01:06PM +0100, Fernando Fernandez Mancera wrote: > -#if IS_MODULE(CONFIG_IPV6) > -#define EXPORT_IPV6_MOD(X) EXPORT_SYMBOL(X) > -#define EXPORT_IPV6_MOD_GPL(X) EXPORT_SYMBOL_GPL(X) > -#else > #define EXPORT_IPV6_MOD(X) > #define EXPORT_IPV6_MOD_GPL(X) > -#endif
We have quite a lot of these throughout the kernel, remove them?

