From 67797c6b616b2c23ccf03ff57f00b9a3bcb18759 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 11 Apr 2023 09:14:32 +0200 Subject: net: linux/mdio.h: add missing init.h header The header defines device_mdio_driver, which requires the macros in init.h to be usable. Therefore include the appropriate header. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20230411071436.1630752-11-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- include/linux/mdio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/mdio.h b/include/linux/mdio.h index a4aee49d8d..c441a074ec 100644 --- a/include/linux/mdio.h +++ b/include/linux/mdio.h @@ -13,6 +13,7 @@ #include #include +#include /* MDIO Manageable Devices (MMDs). */ #define MDIO_MMD_PMAPMD 1 /* Physical Medium Attachment/ -- cgit v1.2.1