Skip to content

Commit adc7fdc

Browse files
Dimitri FedrauNipaLocal
authored andcommitted
net: phy: marvell-88q2xxx: order includes alphabetically
Order includes alphabetically. Signed-off-by: Dimitri Fedrau <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent 698b16b commit adc7fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/marvell-88q2xxx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* Copyright (C) 2024 Liebherr-Electronics and Drives GmbH
88
*/
99
#include <linux/ethtool_netlink.h>
10+
#include <linux/hwmon.h>
1011
#include <linux/marvell_phy.h>
1112
#include <linux/of.h>
1213
#include <linux/phy.h>
13-
#include <linux/hwmon.h>
1414

1515
#define PHY_ID_88Q2220_REVB0 (MARVELL_PHY_ID_88Q2220 | 0x1)
1616
#define PHY_ID_88Q2220_REVB1 (MARVELL_PHY_ID_88Q2220 | 0x2)

0 commit comments

Comments
 (0)