aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2011-03-21 14:19:59 +0100
committerGustavo F. Padovan <padovan@profusion.mobi>2011-03-31 14:22:55 -0300
commit8c20aa9ffc5a5ef52b6148e905671a8d12b40c87 (patch)
tree0a2ae6d90543c21b4e5649bc36b9627e30261145 /net/bluetooth/bnep
parentBluetooth: Fix checkpatch errors and some code style issues in bnep (diff)
downloadlinux-dev-8c20aa9ffc5a5ef52b6148e905671a8d12b40c87.tar.xz
linux-dev-8c20aa9ffc5a5ef52b6148e905671a8d12b40c87.zip
Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
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>
Diffstat (limited to 'net/bluetooth/bnep')
-rw-r--r--net/bluetooth/bnep/sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/sock.c b/net/bluetooth/bnep/sock.c
index d935da71ab3b..17800b1d28ea 100644
--- 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"