Re: [PATCH 1/2] net: Use a forward declaration for cmd_tbl in net-common.h

2025-04-30 Thread Jerome Forissier
On 4/30/25 16:40, Simon Glass wrote: > We don't need to include command.h just for this declaration. It > eventually pulls in linux/byteorder which causes a conflict with exfat > which has its own byteorder functions. > > Use a forward declaration instead. > > Signed-off-by: Simon Glass > ---

[PATCH 1/2] net: Use a forward declaration for cmd_tbl in net-common.h

2025-04-30 Thread Simon Glass
We don't need to include command.h just for this declaration. It eventually pulls in linux/byteorder which causes a conflict with exfat which has its own byteorder functions. Use a forward declaration instead. Signed-off-by: Simon Glass --- include/net-common.h | 3 ++- 1 file changed, 2 inser