mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
bee53637e5
This removes the usage of CONFIG_USB_DEBUG in the c67x00 driver. There was only one place, where the TD was dumped to the kernel log, and that was using the dynamic debug infrastructure already, with the exception of the call to print_hex_dump(). So move everything to the dynamic debug infrastructure, including one odd printk(KERN_DEBUG...) line that looks like it was forgotten about a long time ago. Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8 lines
161 B
Makefile
8 lines
161 B
Makefile
#
|
|
# Makefile for Cypress C67X00 USB Controller
|
|
#
|
|
|
|
obj-$(CONFIG_USB_C67X00_HCD) += c67x00.o
|
|
|
|
c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
|