USB: EHCI: remove bogus #error
commit843e56c02d6066ad2d8615562b652ae74b452a0e
authorArnd Bergmann <arnd@arndb.de>
Thu, 2 May 2013 15:16:19 +0000 (2 17:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 00:29:51 +0000 (16 17:29 -0700)
tree658dc80abb227df34726c683bba6ee6c33d10c31
parentbac6b03275184c912ad0818c9a0a736847804dca
USB: EHCI: remove bogus #error

The EHCI 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/ehci-hcd.c:1303:2: error:
 #error "missing bus glue for ehci-hcd"  #error "missing bus glue for ehci-hcd"

The alternative would be to change the Kconfig code to build
the ehci-hcd module only if any of the symbols below are
in fact enabled.

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/ehci-hcd.c