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:
2ce603e
)
Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
author
Szymon Janc
<szymon.janc@tieto.com>
Thu, 17 Feb 2011 13:16:32 +0000
(14:16 +0100)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Thu, 17 Feb 2011 14:28:19 +0000
(11:28 -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/mgmt.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/mgmt.c
b/net/bluetooth/mgmt.c
index b2bda83050a490e71eb9e1d6f893fdcd1ff2a8a7..f5ef7a3374c78491705bc784126a55689a0ae4be 100644
(file)
--- a/
net/bluetooth/mgmt.c
+++ b/
net/bluetooth/mgmt.c
@@
-22,7
+22,7
@@
/* Bluetooth HCI Management interface */
-#include <
asm
/uaccess.h>
+#include <
linux
/uaccess.h>
#include <asm/unaligned.h>
#include <net/bluetooth/bluetooth.h>