projects
/
GitHub
/
moto-9609
/
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:
2f4e236
)
greybus: es1: use <linux/uaccess.h> and not <asm/uaccess.h>
author
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 24 Mar 2015 19:04:49 +0000
(20:04 +0100)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 24 Mar 2015 19:04:49 +0000
(20:04 +0100)
Asm is only for when you are doing arch-specific stuff, which we aren't
doing here.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/es1.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/es1.c
b/drivers/staging/greybus/es1.c
index 4524add9c868597a5c742be15c9a2d9ccb6ff5ba..cce31558573b231b160b008f6b072fe7541a9081 100644
(file)
--- a/
drivers/staging/greybus/es1.c
+++ b/
drivers/staging/greybus/es1.c
@@
-15,7
+15,7
@@
#include <linux/usb.h>
#include <linux/kfifo.h>
#include <linux/debugfs.h>
-#include <
asm
/uaccess.h>
+#include <
linux
/uaccess.h>
#include "greybus.h"
#include "svc_msg.h"