[PATCH v2 18/22] net: Include byteorder in net6.h
Simon Glass
sjg at chromium.org
Thu May 1 03:04:43 CEST 2025
This file uses byteorder but does not include the header file. Update
it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
include/net6.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/net6.h b/include/net6.h
index 1ed989e584a..2709fe9c4dc 100644
--- a/include/net6.h
+++ b/include/net6.h
@@ -11,6 +11,7 @@
#define __NET6_H__
#include <net.h>
+#include <asm/byteorder.h>
#include <linux/ctype.h>
#include <linux/errno.h>
--
2.43.0
More information about the U-Boot
mailing list