diff options
author | Joe Perches <joe@perches.com> | 2011-06-22 20:38:58 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-25 00:31:36 (GMT) |
commit | 5aedcf50e547e37b89d105efc4a2f0f1b0217af4 (patch) | |
tree | bc959e48b53b3984e3ff14afb9f5ec4efba64a8f /drivers/net/lib8390.c | |
parent | be763c940fc3ccdaeda238e3ef5840961b649740 (diff) | |
download | linux-fsl-qoriq-5aedcf50e547e37b89d105efc4a2f0f1b0217af4.tar.xz |
lib8390: Convert include <asm to include <linux
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/lib8390.c')
-rw-r--r-- | drivers/net/lib8390.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/lib8390.c b/drivers/net/lib8390.c index b0ee6f6..946b255 100644 --- a/drivers/net/lib8390.c +++ b/drivers/net/lib8390.c @@ -58,8 +58,8 @@ #include <linux/string.h> #include <linux/bitops.h> #include <asm/system.h> -#include <asm/uaccess.h> -#include <asm/io.h> +#include <linux/uaccess.h> +#include <linux/io.h> #include <asm/irq.h> #include <linux/delay.h> #include <linux/errno.h> |