]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
net: Include byteorder in net6.h
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:47 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
This file uses byteorder but does not include the header file. Update
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/net6.h

index 2ceeaba063991cec9a30756f15eb0f6a39b02582..39573e490a661854cb525e63ad7b573080012e04 100644 (file)
@@ -11,6 +11,7 @@
 #define __NET6_H__
 
 #include <net.h>
+#include <asm/byteorder.h>
 #include <linux/ctype.h>
 #include <linux/errno.h>