summaryrefslogtreecommitdiff
path: root/net/ethtool/phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ethtool/phy.c')
-rw-r--r--net/ethtool/phy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ethtool/phy.c b/net/ethtool/phy.c
index 68372bef4b2f..d4e6887055ab 100644
--- a/net/ethtool/phy.c
+++ b/net/ethtool/phy.c
@@ -3,14 +3,14 @@
* Copyright 2023 Bootlin
*
*/
-#include "common.h"
-#include "netlink.h"
-
#include <linux/phy.h>
#include <linux/phy_link_topology.h>
#include <linux/sfp.h>
#include <net/netdev_lock.h>
+#include "common.h"
+#include "netlink.h"
+
struct phy_req_info {
struct ethnl_req_info base;
};