From: INAGAKI Hiroshi Date: Wed, 30 Mar 2022 03:04:23 +0000 (+0900) Subject: realtek: add missing of.h include in phy driver X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3834e72fa3b632f819227bd2c564dc87ed0575fe;p=openwrt%2Fstaging%2Fneocturne.git realtek: add missing of.h include in phy driver of.h is required for of_property_read_u32(). Signed-off-by: INAGAKI Hiroshi [amend commit message] Signed-off-by: Sander Vanheule --- diff --git a/target/linux/realtek/files-5.10/drivers/net/phy/rtl83xx-phy.c b/target/linux/realtek/files-5.10/drivers/net/phy/rtl83xx-phy.c index 259458b1be..491ceb48b6 100644 --- a/target/linux/realtek/files-5.10/drivers/net/phy/rtl83xx-phy.c +++ b/target/linux/realtek/files-5.10/drivers/net/phy/rtl83xx-phy.c @@ -6,6 +6,7 @@ #include #include +#include #include #include #include