drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead of...
authorAvinash Kumar <avi.kp.137@gmail.com>
Mon, 16 Sep 2013 16:09:41 +0000 (21:39 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Sep 2013 23:07:00 +0000 (19:07 -0400)
clears following warnings :
WARNING: Use include <linux/io.h> instead of <asm/io.h>
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/cicada.c

index db472ffb6e89ed269f11e09fc032c8b9a714f03c..313a0377f68fc98f244ab145c7823ce3bf9ddaed 100644 (file)
@@ -30,9 +30,9 @@
 #include <linux/ethtool.h>
 #include <linux/phy.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 #include <asm/irq.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 /* Cicada Extended Control Register 1 */
 #define MII_CIS8201_EXT_CON1           0x17