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:
3a4bc2f
)
drivers: char: mem: Replace usage of asm include
author
Rob Ward
<robert.ward114@googlemail.com>
Sat, 20 Dec 2014 18:28:35 +0000
(18:28 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:11 +0000
(
05:04
-0800)
Replaces the use of asm/uaccess.h with linux/uaccess.h.
Signed-off-by: Rob Ward <robert.ward114@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/mem.c
patch
|
blob
|
history
diff --git
a/drivers/char/mem.c
b/drivers/char/mem.c
index 40c1580ecd47b9c7c93b19fc537d88f4e81e72f5..da73aeaa70080f1fa553013f6e425e00fc9423b0 100644
(file)
--- a/
drivers/char/mem.c
+++ b/
drivers/char/mem.c
@@
-28,7
+28,7
@@
#include <linux/io.h>
#include <linux/aio.h>
-#include <
asm
/uaccess.h>
+#include <
linux
/uaccess.h>
#ifdef CONFIG_IA64
# include <linux/efi.h>