USB: OHCI: remove bogus #error
authorArnd Bergmann <arnd@arndb.de>
Tue, 4 Jun 2013 14:46:00 +0000 (16:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2013 18:16:44 +0000 (11:16 -0700)
commit358e91175cac9398b152ad9adc2391ebce34011c
tree780b8d1d3c6299df807a19f39537198110f27152
parent0c967e7ecdc2cf42853b4c76f0b2e94ba53c5b92
USB: OHCI: remove bogus #error

The OHCI host controller driver can be built standalone now,
without enabling any of the available bus glue drivers, so
there is not really a reason to error out here:

drivers/usb/host/ohci-hcd.c:1258: error:
 #error "missing bus glue for ohci-hcd"  #error "missing bus glue for ohci-hcd"

This follows the same change done in ehci recently as 843e56c0
"USB: EHCI: remove bogus #error" and hopefully avoids future
merge conflicts in this list.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-hcd.c