summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/usbip_common.c
diff options
context:
space:
mode:
authormatt mooney <mfmooney@gmail.com>2011-05-11 08:54:13 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-11 21:06:51 (GMT)
commit981f30cc9b93fbf1f722f31276ddb19b95a30ddd (patch)
tree6695074aa98b1d4f88c426329d6f455ce2c9f7b8 /drivers/staging/usbip/usbip_common.c
parent0c4ac072b3f5e1287a11f109ca0cc9c909d74919 (diff)
downloadlinux-fsl-qoriq-981f30cc9b93fbf1f722f31276ddb19b95a30ddd.tar.xz
staging: usbip: change debug configuration option
Change CONFIG_USB_IP_DEBUG_ENABLE to CONFIG_USB_IP_DEBUG, and move ccflags- to the head of the makefile. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/usbip_common.c')
-rw-r--r--drivers/staging/usbip/usbip_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/usbip_common.c b/drivers/staging/usbip/usbip_common.c
index b46e9b5..279cad4 100644
--- a/drivers/staging/usbip/usbip_common.c
+++ b/drivers/staging/usbip/usbip_common.c
@@ -30,7 +30,7 @@
#define DRIVER_AUTHOR "Takahiro Hirofuchi <hirofuchi@users.sourceforge.net>"
#define DRIVER_DESC "USB/IP Common Driver"
-#ifdef CONFIG_USB_IP_DEBUG_ENABLE
+#ifdef CONFIG_USB_IP_DEBUG
unsigned long usbip_debug_flag = 0xffffffff;
#else
unsigned long usbip_debug_flag;