Re: Commit f7d2c0bb (serial: i.MX: evaluate linux,stdout-path property) and resulting build errors
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-10-03 18:44:28
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-10-03 18:44:28
On Wed, Oct 02, 2013 at 09:56:11PM -0700, Guenter Roeck wrote:
Hi all, Commit f7d2c0bbdb (serial: i.MX: evaluate linux,stdout-path property) adds a call to add_preferred_console() into drivers/tty/serial/imx.c. The file can be built as module, yet add_preferred_console() is not exported on any platform. This is one reason why arm:allmodconfig fails to build on the upstream kernel. What is the best solution ? Should imx.c not be buildable as module anymore ?
Sascha, I'll have to revert this patch unless you wish to fix it in a different way? thanks, greg k-h