* Re: linux-next: Tree for May 14 (tty/serial/men_z135_uart.c) [not found] <20140514182649.33e63e49@canb.auug.org.au> @ 2014-05-14 16:31 ` Randy Dunlap 2014-05-15 6:15 ` Johannes Thumshirn 0 siblings, 1 reply; 3+ messages in thread From: Randy Dunlap @ 2014-05-14 16:31 UTC (permalink / raw) To: Stephen Rothwell, linux-next Cc: linux-kernel, Greg Kroah-Hartman, Johannes Thumshirn, linux-serial On 05/14/2014 01:26 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20140513: > on x86_64: CONFIG_SERIAL_CORE=m but SERIAL_MEN_Z135=y. drivers/built-in.o: In function `men_z135_remove': men_z135_uart.c:(.text+0x5bc53): undefined reference to `uart_remove_one_port' drivers/built-in.o: In function `men_z135_set_termios': men_z135_uart.c:(.text+0x5c3b5): undefined reference to `uart_get_baud_rate' men_z135_uart.c:(.text+0x5c415): undefined reference to `uart_update_timeout' drivers/built-in.o: In function `men_z135_handle_tx': men_z135_uart.c:(.text+0x5c8f4): undefined reference to `uart_write_wakeup' drivers/built-in.o: In function `men_z135_intr': men_z135_uart.c:(.text+0x5ce28): undefined reference to `uart_handle_dcd_change' men_z135_uart.c:(.text+0x5ce51): undefined reference to `uart_handle_cts_change' drivers/built-in.o: In function `men_z135_probe': men_z135_uart.c:(.text+0x5cf96): undefined reference to `uart_add_one_port' drivers/built-in.o: In function `men_z135_init': men_z135_uart.c:(.init.text+0x26e9): undefined reference to `uart_register_driver' men_z135_uart.c:(.init.text+0x2766): undefined reference to `uart_unregister_driver' drivers/built-in.o: In function `men_z135_exit': men_z135_uart.c:(.exit.text+0xe4): undefined reference to `uart_unregister_driver' make[1]: *** [vmlinux] Error 1 -- ~Randy ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for May 14 (tty/serial/men_z135_uart.c) 2014-05-14 16:31 ` linux-next: Tree for May 14 (tty/serial/men_z135_uart.c) Randy Dunlap @ 2014-05-15 6:15 ` Johannes Thumshirn 2014-05-15 16:51 ` Randy Dunlap 0 siblings, 1 reply; 3+ messages in thread From: Johannes Thumshirn @ 2014-05-15 6:15 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, linux-next, linux-kernel, Greg Kroah-Hartman, Johannes Thumshirn, linux-serial On Wed, May 14, 2014 at 09:31:10AM -0700, Randy Dunlap wrote: > On 05/14/2014 01:26 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20140513: > > > > on x86_64: > > CONFIG_SERIAL_CORE=m > but SERIAL_MEN_Z135=y. > > drivers/built-in.o: In function `men_z135_remove': > men_z135_uart.c:(.text+0x5bc53): undefined reference to `uart_remove_one_port' > drivers/built-in.o: In function `men_z135_set_termios': > men_z135_uart.c:(.text+0x5c3b5): undefined reference to `uart_get_baud_rate' > men_z135_uart.c:(.text+0x5c415): undefined reference to `uart_update_timeout' > drivers/built-in.o: In function `men_z135_handle_tx': > men_z135_uart.c:(.text+0x5c8f4): undefined reference to `uart_write_wakeup' > drivers/built-in.o: In function `men_z135_intr': > men_z135_uart.c:(.text+0x5ce28): undefined reference to `uart_handle_dcd_change' > men_z135_uart.c:(.text+0x5ce51): undefined reference to `uart_handle_cts_change' > drivers/built-in.o: In function `men_z135_probe': > men_z135_uart.c:(.text+0x5cf96): undefined reference to `uart_add_one_port' > drivers/built-in.o: In function `men_z135_init': > men_z135_uart.c:(.init.text+0x26e9): undefined reference to `uart_register_driver' > men_z135_uart.c:(.init.text+0x2766): undefined reference to `uart_unregister_driver' > drivers/built-in.o: In function `men_z135_exit': > men_z135_uart.c:(.exit.text+0xe4): undefined reference to `uart_unregister_driver' > make[1]: *** [vmlinux] Error 1 > Hi Randy, There is a not yet merged patch from Arnd Bergmann, which can be found here: https://lkml.org/lkml/2014/4/29/529 I've just checked and it resolves the problem at my place, can you please verify it as well. Thanks, Johannes ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for May 14 (tty/serial/men_z135_uart.c) 2014-05-15 6:15 ` Johannes Thumshirn @ 2014-05-15 16:51 ` Randy Dunlap 0 siblings, 0 replies; 3+ messages in thread From: Randy Dunlap @ 2014-05-15 16:51 UTC (permalink / raw) To: Johannes Thumshirn Cc: Stephen Rothwell, linux-next, linux-kernel, Greg Kroah-Hartman, linux-serial On 05/14/2014 11:15 PM, Johannes Thumshirn wrote: > On Wed, May 14, 2014 at 09:31:10AM -0700, Randy Dunlap wrote: >> On 05/14/2014 01:26 AM, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20140513: >>> >> >> on x86_64: >> >> CONFIG_SERIAL_CORE=m >> but SERIAL_MEN_Z135=y. >> >> drivers/built-in.o: In function `men_z135_remove': >> men_z135_uart.c:(.text+0x5bc53): undefined reference to `uart_remove_one_port' >> drivers/built-in.o: In function `men_z135_set_termios': >> men_z135_uart.c:(.text+0x5c3b5): undefined reference to `uart_get_baud_rate' >> men_z135_uart.c:(.text+0x5c415): undefined reference to `uart_update_timeout' >> drivers/built-in.o: In function `men_z135_handle_tx': >> men_z135_uart.c:(.text+0x5c8f4): undefined reference to `uart_write_wakeup' >> drivers/built-in.o: In function `men_z135_intr': >> men_z135_uart.c:(.text+0x5ce28): undefined reference to `uart_handle_dcd_change' >> men_z135_uart.c:(.text+0x5ce51): undefined reference to `uart_handle_cts_change' >> drivers/built-in.o: In function `men_z135_probe': >> men_z135_uart.c:(.text+0x5cf96): undefined reference to `uart_add_one_port' >> drivers/built-in.o: In function `men_z135_init': >> men_z135_uart.c:(.init.text+0x26e9): undefined reference to `uart_register_driver' >> men_z135_uart.c:(.init.text+0x2766): undefined reference to `uart_unregister_driver' >> drivers/built-in.o: In function `men_z135_exit': >> men_z135_uart.c:(.exit.text+0xe4): undefined reference to `uart_unregister_driver' >> make[1]: *** [vmlinux] Error 1 >> > > Hi Randy, > > There is a not yet merged patch from Arnd Bergmann, which can be found here: > https://lkml.org/lkml/2014/4/29/529 > > I've just checked and it resolves the problem at my place, can you please > verify it as well. Yes, that works for me also. Thanks. -- ~Randy ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-15 16:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20140514182649.33e63e49@canb.auug.org.au>
2014-05-14 16:31 ` linux-next: Tree for May 14 (tty/serial/men_z135_uart.c) Randy Dunlap
2014-05-15 6:15 ` Johannes Thumshirn
2014-05-15 16:51 ` Randy Dunlap
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).