
27 Nov
2023
27 Nov
'23
7:36 p.m.
On Mon, Nov 27, 2023 at 06:57:05PM +0600, Maxim Uvarov wrote:
Rename declaration to not overlap with lwip.
aarch64: + bcm_ns3 +In file included from net/lwip/lwip-external/src/include/lwip/etharp.h:53,
from net/lwip/lwip-external/src/core/init.c:55:
+net/lwip/lwip-external/src/include/lwip/prot/ethernet.h:69: error: "ETH_ADDR" redefined [-Werror]
- 69 | #define ETH_ADDR(b0, b1, b2, b3, b4, b5) {{b0, b1, b2, b3, b4, b5}}
|
+In file included from include/config.h:3,
from arch/arm/include/asm/string.h:4,
from include/linux/string.h:21,
from include/malloc.h:369,
from include/stdlib.h:9,
from net/lwip/lwip-external/src/include/lwip/arch.h:83,
from net/lwip/lwip-external/src/include/lwip/debug.h:40,
from net/lwip/lwipopts.h:93,
from net/lwip/lwip-external/src/include/lwip/opt.h:51,
from net/lwip/lwip-external/src/core/init.c:38:
+include/configs/bcm_ns3.h:52: note: this is the location of the previous definition
- 52 | #define ETH_ADDR
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom