diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2011-03-21 14:20:04 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 14:22:56 -0300 |
commit | ffd13320aa96e07f3048ebdcc603aaf38bed0c47 (patch) | |
tree | 003b590c2fbd29762d9a22a7d54cbf091ff21f2d /net/bluetooth/cmtp | |
parent | 58aac468be411f2a9b4a28f2ed8e6e2a0db04267 (diff) | |
download | linux-3.10-ffd13320aa96e07f3048ebdcc603aaf38bed0c47.tar.gz linux-3.10-ffd13320aa96e07f3048ebdcc603aaf38bed0c47.tar.bz2 linux-3.10-ffd13320aa96e07f3048ebdcc603aaf38bed0c47.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/cmtp')
-rw-r--r-- | net/bluetooth/cmtp/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/cmtp/sock.c b/net/bluetooth/cmtp/sock.c index 7ea1979a8e4..3f2dd5c25ae 100644 --- 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" |