diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-08-11 22:19:10 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-08-11 22:19:10 -0700 |
| commit | d0ac2ac5d45f8c1db3bfc1f372a822e39921f04a (patch) | |
| tree | 707e845eb095a688ffbf10b9af7745d4a5e9c802 /usb | |
| parent | 0419afc9b03c2922a41313381d16bff1c02ef33b (diff) | |
| download | patches-d0ac2ac5d45f8c1db3bfc1f372a822e39921f04a.tar.gz | |
more usb debug work
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/usb-remove-config_usb_debug.patch | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/usb/usb-remove-config_usb_debug.patch b/usb/usb-remove-config_usb_debug.patch index 907e2605571166..aab1aad055b8d8 100644 --- a/usb/usb-remove-config_usb_debug.patch +++ b/usb/usb-remove-config_usb_debug.patch @@ -10,7 +10,8 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/core/Kconfig | 8 -------- drivers/usb/core/Makefile | 4 ---- - 2 files changed, 12 deletions(-) + drivers/usb/host/Makefile | 4 ---- + 3 files changed, 16 deletions(-) --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig @@ -39,3 +40,16 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> -ifeq ($(CONFIG_USB_DEBUG),y) -EXTRA_CFLAGS += -DDEBUG -endif +--- a/drivers/usb/host/Makefile ++++ b/drivers/usb/host/Makefile +@@ -2,10 +2,6 @@ + # Makefile for USB Host Controller Drivers + # + +-ifeq ($(CONFIG_USB_DEBUG),y) +- EXTRA_CFLAGS += -DDEBUG +-endif +- + isp1760-objs := isp1760-hcd.o isp1760-if.o + + obj-$(CONFIG_PCI) += pci-quirks.o |
