Re: [PATCH 09/14] serial: lpc32xx: allow compile testing

2019-07-31 Thread Greg Kroah-Hartman
On Wed, Jul 31, 2019 at 09:56:51PM +0200, Arnd Bergmann wrote: > The lpc32xx_loopback_set() function in hte lpc32xx_hs driver is the > one thing that relies on platform header files. Move that into the > core platform code so we only need a variable declaration for it, > and enable COMPILE_TEST bui

[PATCH 09/14] serial: lpc32xx: allow compile testing

2019-07-31 Thread Arnd Bergmann
The lpc32xx_loopback_set() function in hte lpc32xx_hs driver is the one thing that relies on platform header files. Move that into the core platform code so we only need a variable declaration for it, and enable COMPILE_TEST building. Signed-off-by: Arnd Bergmann --- arch/arm/mach-lpc32xx/serial