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:
678be88
)
include/linux/mii.h: Add <linux/types.h>
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Nov 2023 16:28:19 +0000
(12:28 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000
(14:50 -0500)
As this file uses u8/u16 we need to bring in <linux/types.h> here.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/linux/mii.h
patch
|
blob
|
history
diff --git
a/include/linux/mii.h
b/include/linux/mii.h
index
49e29ac
..
70689bc
100644
(file)
--- a/
include/linux/mii.h
+++ b/
include/linux/mii.h
@@
-9,6
+9,8
@@
#ifndef __LINUX_MII_H__
#define __LINUX_MII_H__
+#include <linux/types.h>
+
/* Generic MII registers. */
#define MII_BMCR 0x00 /* Basic mode control register */
#define MII_BMSR 0x01 /* Basic mode status register */