commit | 3ad3ca056eefb75a587434bbcb2460864377f17c | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Tue Apr 09 14:29:28 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 09 16:57:48 2013 -0700 |
tree | f03849d801e8569d6cae9b3b201f93b10e9ccda4 | |
parent | 42443dc44b0b0e29ea80d320882d4ab85f9340b3 [diff] |
USB: enclose all depends on USB_OHCI_HCD within an if USB_OHCI_HCD block This patch removes the various depends on USB_OHCI_HCD from the OHCI HCD drivers and enclose them within an if USB_OHCI_HCD / endif block. The Octeon OHCI HCD driver has been moved around to remain in this block. Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>