From: Wolfram Sang Date: Mon, 10 Feb 2025 11:36:59 +0000 (+0100) Subject: net: phy: broadcom: don't include '' directly X-Git-Tag: ceph-for-6.16-rc1~429^2~346 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ad30ee8013881907082e127e88504686ea15cac4;p=ceph-client.git net: phy: broadcom: don't include '' directly The header clearly states that it does not want to be included directly, only via ''. Replace the include accordingly. Signed-off-by: Wolfram Sang Acked-by: Florian Fainelli Reviewed-by: Andrew Lunn Link: https://patch.msgid.link/20250210113658.52019-2-wsa+renesas@sang-engineering.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c index 22edb7e4c1a1..13e43fee1906 100644 --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include