Skip to content

Commit

Permalink
drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h>…
Browse files Browse the repository at this point in the history
… instead of <asm/io.h>

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>
  • Loading branch information
Avinash Kumar authored and David S. Miller committed Sep 17, 2013
1 parent e05e907 commit 4bdf259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/phy/cicada.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bdf259

Please sign in to comment.