projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be763c9
)
lib8390: Convert include <asm to include <linux
author
Joe Perches
<joe@perches.com>
Wed, 22 Jun 2011 20:38:58 +0000
(20:38 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 25 Jun 2011 00:31:36 +0000
(17:31 -0700)
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>
drivers/net/lib8390.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/lib8390.c
b/drivers/net/lib8390.c
index b0ee6f67061b7cdddf0d2e31727bc326371c3740..946b255a78f078cf574ae42f0e94757ea7301e80 100644
(file)
--- 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>