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:
58aac46
)
Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
author
Szymon Janc
<szymon.janc@tieto.com>
Mon, 21 Mar 2011 13:20:04 +0000
(14:20 +0100)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Thu, 31 Mar 2011 17:22:56 +0000
(14:22 -0300)
As warned by checkpatch.pl, use #include <linux/uaccess.h> instead of
<asm/uaccess.h>
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/cmtp/sock.c
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/cmtp/sock.c
b/net/bluetooth/cmtp/sock.c
index 7ea1979a8e4f1aab1ef895eb61ffc06cab848536..3f2dd5c25ae516f3d267f1f038cb151af21c04c8 100644
(file)
--- a/
net/bluetooth/cmtp/sock.c
+++ b/
net/bluetooth/cmtp/sock.c
@@
-34,12
+34,12
@@
#include <linux/file.h>
#include <linux/compat.h>
#include <linux/gfp.h>
+#include <linux/uaccess.h>
#include <net/sock.h>
#include <linux/isdn/capilli.h>
#include <asm/system.h>
-#include <asm/uaccess.h>
#include "cmtp.h"