projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b03b06
)
forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> and ...
author
Szymon Janc
<szymon@janc.net.pl>
Sat, 27 Nov 2010 08:39:45 +0000
(08:39 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 29 Nov 2010 02:06:58 +0000
(18:06 -0800)
Signed-off-by: Szymon Janc <szymon@janc.net.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/forcedeth.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/forcedeth.c
b/drivers/net/forcedeth.c
index 81722fb51a367c4c3e16e6b69124c0a15ec85dfa..8deae909bbdabedf6970772fccbffe9bb7f595cb 100644
(file)
--- a/
drivers/net/forcedeth.c
+++ b/
drivers/net/forcedeth.c
@@
-60,10
+60,10
@@
#include <linux/if_vlan.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
+#include <linux/uaccess.h>
+#include <linux/io.h>
#include <asm/irq.h>
-#include <asm/io.h>
-#include <asm/uaccess.h>
#include <asm/system.h>
#if 0