On Fri, Feb 3, 2017 at 5:46 PM, Arnd Bergmann <[email protected]> wrote:
> The symbols can no longer be used as loadable modules, leading to a harmless
> Kconfig
> warning:
>
> arch/arm/configs/imote2_defconfig:60:warning: symbol value 'm' invalid for
> NF_CT_PROTO_UDPLITE
> arch/arm/configs/imote2_defconfig:59:warning: symbol value 'm' invalid for
> NF_CT_PROTO_SCTP
> arch/arm/configs/ezx_defconfig:68:warning: symbol value 'm' invalid for
> NF_CT_PROTO_UDPLITE
> arch/arm/configs/ezx_defconfig:67:warning: symbol value 'm' invalid for
> NF_CT_PROTO_SCTP
>
> Let's make them built-in.
>
> Signed-off-by: Arnd Bergmann <[email protected]>
Added to the fixes branch now, as I see the warnings in kernelci for ARM.
Arnd