Skip to content

Commit

Permalink
usb: misc: Replaced deprecated preprocessor in adutux.c
Browse files Browse the repository at this point in the history
Replaced asm/uaccess.h with linux/uaccess.h in adutux.c

Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Lisa Nguyen authored and Greg Kroah-Hartman committed May 15, 2013
1 parent f722406 commit 40cf483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/misc/adutux.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/mutex.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>

#ifdef CONFIG_USB_DEBUG
static int debug = 5;
Expand Down

0 comments on commit 40cf483

Please sign in to comment.