aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ethernet/marvell/mvmdio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/marvell/mvmdio.c b/drivers/net/ethernet/marvell/mvmdio.c
index 82fbd235e502..114a0f14244a 100644
--- a/drivers/net/ethernet/marvell/mvmdio.c
+++ b/drivers/net/ethernet/marvell/mvmdio.c
@@ -27,8 +27,7 @@
27#include <linux/of_address.h> 27#include <linux/of_address.h>
28#include <linux/of_mdio.h> 28#include <linux/of_mdio.h>
29#include <linux/platform_device.h> 29#include <linux/platform_device.h>
30 30#include <linux/delay.h>
31#include <asm/delay.h>
32 31
33#define MVMDIO_SMI_DATA_SHIFT 0 32#define MVMDIO_SMI_DATA_SHIFT 0
34#define MVMDIO_SMI_PHY_ADDR_SHIFT 16 33#define MVMDIO_SMI_PHY_ADDR_SHIFT 16