We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9cb3 commit cb15a86Copy full SHA for cb15a86
drivers/net/phy/marvell-88q2xxx.c
@@ -7,10 +7,10 @@
7
* Copyright (C) 2024 Liebherr-Electronics and Drives GmbH
8
*/
9
#include <linux/ethtool_netlink.h>
10
+#include <linux/hwmon.h>
11
#include <linux/marvell_phy.h>
12
#include <linux/of.h>
13
#include <linux/phy.h>
-#include <linux/hwmon.h>
14
15
#define PHY_ID_88Q2220_REVB0 (MARVELL_PHY_ID_88Q2220 | 0x1)
16
#define PHY_ID_88Q2220_REVB1 (MARVELL_PHY_ID_88Q2220 | 0x2)
0 commit comments