Skip to content

Commit

Permalink
Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Szymon Janc authored and Gustavo F. Padovan committed Feb 17, 2011
1 parent 2ce603e commit 7235975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7235975

Please sign in to comment.