diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2011-03-21 16:19:59 +0300 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 21:22:55 +0400 |
commit | 8c20aa9ffc5a5ef52b6148e905671a8d12b40c87 (patch) | |
tree | 0a2ae6d90543c21b4e5649bc36b9627e30261145 /net/bluetooth/bnep | |
parent | 3aad75a128e2f2b8da31de1df4b9b9b4a8f65c66 (diff) | |
download | linux-8c20aa9ffc5a5ef52b6148e905671a8d12b40c87.tar.xz |
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.c | 2 |
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" |