Hello,

I´m getting the following warnings during build:
WARNING: arch/arm/mach-ixp4xx/built-in.o(.text+0x624): Section mismatch in reference from the function at24_setup() to the (unknown reference) .init.data:(unknown)
The function at24_setup() references
the (unknown reference) __initdata (unknown).
This is often because at24_setup lacks a __initdata
annotation or the annotation of (unknown) is wrong.

I´ve tracked this down to avila-setup.c, the patch 300-avila_fetch_mac.patch seems to be missing some __init and/or __initdata declarations. However, I´m not sure which combination is correct

Any suggestions?

Thanks,
Jeroen
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to