diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-19 05:39:42 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 17:11:29 -0500 |
commit | d98a80f5b69ef3e1127912a002e5f681fbeacfdf (patch) | |
tree | 9f7f7ee7e8f828fc1cfb36c00c57dc93d31d47bf | |
parent | 05e121af947aa59647762aaf3773b6f53f498f67 (diff) |
net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>
As suggested by checkpatch, using <linux/delay.h> instead of
<asm/delay.h> is appropriate.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | drivers/net/ethernet/marvell/mvmdio.c | 3 |
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 |