usb: udc: lpc32xx: allow compile-testing
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Aug 2019 14:40:28 +0000 (16:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 15 Aug 2019 19:32:59 +0000 (21:32 +0200)
commit50ad15282e7c75269ab754f9460dd36ae784e181
tree7b1924c3efeb6ae93852debb89d968e2995115da
parent23565baecee4fb5ac6f1d43e9b0685cca9438204
usb: udc: lpc32xx: allow compile-testing

The only thing that prevents building this driver on other
platforms is the mach/hardware.h include, which is not actually
used here at all, so remove the line and allow CONFIG_COMPILE_TEST.

Link: https://lore.kernel.org/r/20190809144043.476786-3-arnd@arndb.de
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/usb/gadget/udc/Kconfig
drivers/usb/gadget/udc/lpc32xx_udc.c