This patch fixes the error:
ERROR: "usb_speed_string" [drivers/usb/core/usbcore.ko] undefined!

Reported-by: Guenter Roeck <li...@roeck-us.net>
Signed-off-by: Sean Young <s...@mess.org>
---
 drivers/media/rc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 4682a5a..83e8b71 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -276,6 +276,7 @@ config IR_IGUANA
 
 config IR_TTUSBIR
        tristate "TechnoTrend USB IR Receiver"
+       depends on USB_ARCH_HAS_HCD
        depends on RC_CORE
        select USB
        select NEW_LEDS
-- 
1.7.11.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to