On 5/16/25 00:31, Tom Rini wrote: > Now that env_get_ip() has been removed, the include file <net.h> does > not need anything from <env.h>. Furthermore, include/env.h itself > includes other headers which can lead to longer indirect inclusion > paths. To prepare to remove <env.h> from <net.h> fix all of the > remaining places which had relied on this indirect inclusion to instead > include <env.h> directly. > > Signed-off-by: Tom Rini <[email protected]> > --- > Changes in v3: > - New patch > > Cc: "Huan 'Kitty' Wang" <[email protected]> > Cc: "Ying-Chun Liu (PaulLiu)" <[email protected]> > Cc: Angus Ainslie <[email protected]> (supporter:PURISM LIBREM5 PHONE) > Cc: Heinrich Schuchardt <[email protected]> > Cc: Ian Ray <[email protected]> > Cc: Ilias Apalodimas <[email protected]> > Cc: Jan Kiszka <[email protected]> > Cc: Jerome Forissier <[email protected]> > Cc: Joe Hershberger <[email protected]> > Cc: Le Jin <[email protected]> > Cc: Martyn Welch <[email protected]> > Cc: Niel Fourie <[email protected]> > Cc: Ramon Fried <[email protected]> > Cc: Rick Chen <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Tim Harvey <[email protected]> > Cc: Wolfgang Wallner <[email protected]> > --- > board/BuR/brppt2/board.c | 1 + > board/advantech/imx8mp_rsb3720a1/imx8mp_rsb3720a1.c | 1 + > board/andestech/ae350/ae350.c | 1 + > board/data_modul/common/common.c | 1 + > board/gateworks/gw_ventana/gw_ventana.c | 1 + > board/ge/b1x5v2/b1x5v2.c | 1 + > board/keymile/kmcent2/kmcent2.c | 1 + > board/purism/librem5/librem5.c | 1 + > board/siemens/iot2050/board.c | 1 + > board/ti/j721e/evm.c | 1 + > boot/bootmeth_efi.c | 1 + > boot/bootmeth_pxe.c | 1 + > cmd/pxe.c | 1 + > drivers/net/pfe_eth/pfe_firmware.c | 1 + > lib/efi_loader/efi_bootmgr.c | 1 + > lib/efi_loader/efi_net.c | 1 + > net/lwip/dhcp.c | 1 + > net/lwip/dns.c | 1 + > net/lwip/net-lwip.c | 1 + > net/lwip/tftp.c | 1 + > net/lwip/wget.c | 1 + > test/dm/dsa.c | 1 + > 22 files changed, 22 insertions(+)
Reviewed-by: Jerome Forissier <[email protected]> # net/lwip

