aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-01 12:28:19 -0400
committerTom Rini <trini@konsulko.com>2023-11-07 14:50:52 -0500
commitc675222d04d9c260014f4f38cbc025bec5319cf1 (patch)
treebe3f063d22ddb0083dda2f3f7bf7b9ea8f4a7c29
parent678be88bbe5c808bc5c00e86a133ce5dec101517 (diff)
downloadu-boot-c675222d04d9c260014f4f38cbc025bec5319cf1.zip
u-boot-c675222d04d9c260014f4f38cbc025bec5319cf1.tar.gz
u-boot-c675222d04d9c260014f4f38cbc025bec5319cf1.tar.bz2
include/linux/mii.h: Add <linux/types.h>
As this file uses u8/u16 we need to bring in <linux/types.h> here. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/linux/mii.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mii.h b/include/linux/mii.h
index 49e29ac..70689bc 100644
--- 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 */