Commit cbe0449e authored by Dimitri Fedrau's avatar Dimitri Fedrau Committed by Paolo Abeni
Browse files

net: phy: marvell-88q2xxx: order includes alphabetically



Order includes alphabetically.

Signed-off-by: default avatarDimitri Fedrau <dima.fedrau@gmail.com>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 8dcaed62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
 * Copyright (C) 2024 Liebherr-Electronics and Drives GmbH
 */
#include <linux/ethtool_netlink.h>
#include <linux/hwmon.h>
#include <linux/marvell_phy.h>
#include <linux/of.h>
#include <linux/phy.h>
#include <linux/hwmon.h>

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