Re: [PATCH 1/3] common: console_console: put functions under correct ifdef

2015-01-18 Thread Sascha Hauer
On Sun, Jan 18, 2015 at 09:57:02PM +0100, Lucas Stach wrote: > So they aren't build when no console support is selected. > > Fixes: > In function `console_get_by_dev': undefined reference to `console_list' > > Signed-off-by: Lucas Stach Applied all, thanks Sascha -- Pengutronix e.K.

[PATCH 1/3] common: console_console: put functions under correct ifdef

2015-01-18 Thread Lucas Stach
So they aren't build when no console support is selected. Fixes: In function `console_get_by_dev': undefined reference to `console_list' Signed-off-by: Lucas Stach --- common/console_common.c | 70 - 1 file changed, 35 insertions(+), 35 deletions(