[PATCH, RFC 15/22] USB: EHCI: remove bogus #error
Alan Stern
stern at rowland.harvard.edu
Thu May 2 13:34:54 EDT 2013
On Thu, 2 May 2013, Arnd Bergmann wrote:
> 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:
On the other hand, there's no reason to build the driver without any
bus glue. It wouldn't do anything.
> 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.
>
> Cc: Alan Stern <stern at rowland.harvard.edu>
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Acked-by: Alan Stern <stern at rowland.harvard.edu>
More information about the linux-arm-kernel
mailing list