projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8401f
)
tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>
author
wangweidong
<
[email protected]
>
Thu, 12 Dec 2013 01:36:41 +0000
(09:36 +0800)
committer
David S. Miller
<
[email protected]
>
Mon, 16 Dec 2013 17:48:35 +0000
(12:48 -0500)
As warned by checkpatch.pl, use #include <linux/uaccess.h>
instead of <asm/uaccess.h>
Reviewed-by: Jon Maloy <
[email protected]
>
Reviewed-by: Erik Hugne <
[email protected]
>
Signed-off-by: Wang Weidong <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/tipc/core.h
patch
|
blob
|
history
diff --git
a/net/tipc/core.h
b/net/tipc/core.h
index 94895d4e86abe249f4ef954d527e119647665c92..1ff477b0450d78bacb9522105f638f6523d625f6 100644
(file)
--- a/
net/tipc/core.h
+++ b/
net/tipc/core.h
@@
-47,7
+47,7
@@
#include <linux/mm.h>
#include <linux/timer.h>
#include <linux/string.h>
-#include <
asm
/uaccess.h>
+#include <
linux
/uaccess.h>
#include <linux/interrupt.h>
#include <linux/atomic.h>
#include <asm/hardirq.h>