Re: [PATCH 2/2] net: Move env_get_ip() out of the header file

2025-04-30 Thread Jerome Forissier
On 4/30/25 16:40, Simon Glass wrote: > This function requires access to env.h but it is a lot to include just > for the env_get() function. It eventually pulls in linux/byteorder which > causes a conflict with exfat which has its own byteorder functions. > > Move the function to a C file instea

[PATCH 2/2] net: Move env_get_ip() out of the header file

2025-04-30 Thread Simon Glass
This function requires access to env.h but it is a lot to include just for the env_get() function. It eventually pulls in linux/byteorder which causes a conflict with exfat which has its own byteorder functions. Move the function to a C file instead. Signed-off-by: Simon Glass --- include/net-