projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aad75a
)
Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
author
Szymon Janc
<szymon.janc@tieto.com>
Mon, 21 Mar 2011 13:19:59 +0000
(14:19 +0100)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Thu, 31 Mar 2011 17:22:55 +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/bnep/sock.c
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/bnep/sock.c
b/net/bluetooth/bnep/sock.c
index d935da71ab3b57ff7c46962f339b257f39e57952..17800b1d28ea33c4d3b36801cdc1092a2930b88f 100644
(file)
--- a/
net/bluetooth/bnep/sock.c
+++ b/
net/bluetooth/bnep/sock.c
@@
-39,10
+39,10
@@
#include <linux/init.h>
#include <linux/compat.h>
#include <linux/gfp.h>
+#include <linux/uaccess.h>
#include <net/sock.h>
#include <asm/system.h>
-#include <asm/uaccess.h>
#include "bnep.h"