Re: [PATCH] serial: fix mctrl helper functions

2015-10-12 Thread Uwe Kleine-König
Hello Arnd, On Mon, Oct 12, 2015 at 05:04:14PM +0200, Arnd Bergmann wrote: > A recent patch to create common helper functions for modem control > lines created empty helper functions in a header file, but accidentally > did not mark them as 'static inline', which causes build errors: > >

[PATCH] serial: fix mctrl helper functions

2015-10-12 Thread Arnd Bergmann
A recent patch to create common helper functions for modem control lines created empty helper functions in a header file, but accidentally did not mark them as 'static inline', which causes build errors: drivers/tty/serial/mxs-auart.o: In function `mctrl_gpio_enable_ms':

[PATCH] serial: fix mctrl helper functions

2015-10-12 Thread Arnd Bergmann
A recent patch to create common helper functions for modem control lines created empty helper functions in a header file, but accidentally did not mark them as 'static inline', which causes build errors: drivers/tty/serial/mxs-auart.o: In function `mctrl_gpio_enable_ms':

Re: [PATCH] serial: fix mctrl helper functions

2015-10-12 Thread Uwe Kleine-König
Hello Arnd, On Mon, Oct 12, 2015 at 05:04:14PM +0200, Arnd Bergmann wrote: > A recent patch to create common helper functions for modem control > lines created empty helper functions in a header file, but accidentally > did not mark them as 'static inline', which causes build errors: > >