IMHO there is no need for __ipipe_serial_debug in a production kernel. Let's make it depend on CONFIG_IPIPE_DEBUG.
Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux
--- drivers/serial/8250.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.24-rc8-xeno_64/drivers/serial/8250.c =================================================================== --- linux-2.6.24-rc8-xeno_64.orig/drivers/serial/8250.c +++ linux-2.6.24-rc8-xeno_64/drivers/serial/8250.c @@ -2546,7 +2546,7 @@ static int serial8250_console_early_setu return serial8250_find_port_for_earlycon(); } -#ifdef CONFIG_IPIPE +#ifdef CONFIG_IPIPE_DEBUG #include <stdarg.h>
_______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
