From: Dimitri Fedrau Date: Fri, 14 Feb 2025 16:32:04 +0000 (+0100) Subject: net: phy: marvell-88q2xxx: order includes alphabetically X-Git-Tag: io_uring-6.15-20250403~82^2~296^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cbe0449e8f9f306a022e99b051e263769ba6e599;p=linux-2.6-block.git net: phy: marvell-88q2xxx: order includes alphabetically Order includes alphabetically. Signed-off-by: Dimitri Fedrau Reviewed-by: Niklas Söderlund Signed-off-by: Paolo Abeni --- diff --git a/drivers/net/phy/marvell-88q2xxx.c b/drivers/net/phy/marvell-88q2xxx.c index 6e95de080bc6..7b0913968bb4 100644 --- a/drivers/net/phy/marvell-88q2xxx.c +++ b/drivers/net/phy/marvell-88q2xxx.c @@ -7,10 +7,10 @@ * Copyright (C) 2024 Liebherr-Electronics and Drives GmbH */ #include +#include #include #include #include -#include #define PHY_ID_88Q2220_REVB0 (MARVELL_PHY_ID_88Q2220 | 0x1) #define PHY_ID_88Q2220_REVB1 (MARVELL_PHY_ID_88Q2220 | 0x2)