usb: musb: drop dangling CONFIG_USB_MUSB_DEBUG
authorFabio Baltieri <fabio.baltieri@linaro.org>
Wed, 20 Feb 2013 08:53:39 +0000 (09:53 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:01 +0000 (11:18 +0200)
CONFIG_USB_MUSB_DEBUG option was removed in

5c8a86e usb: musb: drop unneeded musb_debug trickery

to cleanup the code from driver specific debug facilities.  This patch
drops the last references to the musb debug config option,
unconditionally enabling all debug code paths, thus letting that code
being dropped at compile time if not needed.

Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found