aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2011-02-17 14:16:32 +0100
committerGustavo F. Padovan <padovan@profusion.mobi>2011-02-17 11:28:19 -0300
commit7235975383785276bdcfc13dd73cc87739cd25d0 (patch)
tree22696954b5aec5324eb64ca494f35b378ce6fbc1 /net/bluetooth/mgmt.c
parent2ce603ebe1f1420c7c5b013638ec29b4fc975180 (diff)
downloadkernel_samsung_smdk4412-7235975383785276bdcfc13dd73cc87739cd25d0.zip
kernel_samsung_smdk4412-7235975383785276bdcfc13dd73cc87739cd25d0.tar.gz
kernel_samsung_smdk4412-7235975383785276bdcfc13dd73cc87739cd25d0.tar.bz2
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/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index b2bda830..f5ef7a3 100644
--- 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>