]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include/linux/mii.h: Add <linux/types.h>
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:19 +0000 (12:28 -0400)
committerTom 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

index 49e29ac314a50a6e742a18660d14eeab47cd8ecc..70689bc53d768f4f3c0a28a2f26fdd63f7afe854 100644 (file)
@@ -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  */