]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
drivers: net: phy: marvell.c: removed checkpatch.pl warnings
authorAvinash Kumar <avi.kp.137@gmail.com>
Mon, 30 Sep 2013 04:06:44 +0000 (09:36 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 05:15:28 +0000 (22:15 -0700)
removes following warnings-
drivers/net/phy/marvell.c:37: WARNING: Use #include <linux/io.h> instead of <asm/io.h>
drivers/net/phy/marvell.c:39: WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>

Signed-off-by: Avinash Kumar <avi.kp.137@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c

index 2e91477362d4d70b15df3db59ad41dec990a3c57..2e3c778ea9bf6f0437f95759f12c902a76cf9e7c 100644 (file)
@@ -34,9 +34,9 @@
 #include <linux/marvell_phy.h>
 #include <linux/of.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define MII_MARVELL_PHY_PAGE           22