diff options
author | Joe Perches <joe@perches.com> | 2011-06-22 20:38:58 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-24 17:31:36 -0700 |
commit | 5aedcf50e547e37b89d105efc4a2f0f1b0217af4 (patch) | |
tree | bc959e48b53b3984e3ff14afb9f5ec4efba64a8f /drivers | |
parent | be763c940fc3ccdaeda238e3ef5840961b649740 (diff) | |
download | linux-3.10-5aedcf50e547e37b89d105efc4a2f0f1b0217af4.tar.gz linux-3.10-5aedcf50e547e37b89d105efc4a2f0f1b0217af4.tar.bz2 linux-3.10-5aedcf50e547e37b89d105efc4a2f0f1b0217af4.zip |
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')
-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 b0ee6f67061..946b255a78f 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> |