git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b612cf
)
net: Include byteorder in net6.h
author
Simon Glass
<sjg@chromium.org>
Thu, 15 May 2025 23:31:47 +0000
(17:31 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/net6.h
b/include/net6.h
index
2ceeaba
..
39573e4
100644
(file)
--- 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>