diff options
Diffstat (limited to 'net/bluetooth/cmtp/sock.c')
| -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"  |