From: Bartosz Golaszewski Date: Mon, 19 Jun 2023 09:23:53 +0000 (+0200) Subject: net: stmmac: dwmac-qcom-ethqos: add missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ee8dacca2fd3ff437b787f83fb569197a89894fd;p=linux.git net: stmmac: dwmac-qcom-ethqos: add missing include device_get_phy_mode() is declared in linux/property.h but this header is not included. Signed-off-by: Bartosz Golaszewski Reviewed-by: Andrew Halaney Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c index f0776ddea3abc..b66d64d138cb6 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c @@ -6,6 +6,7 @@ #include #include #include +#include #include "stmmac.h" #include "stmmac_platform.h"