Re: [PATCH 12/18] Uartlite: Let the console be initialized earlier

2007-09-28 Thread Arnd Bergmann
On Friday 28 September 2007, Grant Likely wrote: +#else /* CONFIG_OF */ +static void __init ulite_console_of_find_device(int id) { /* do nothing */ } +#endif /* CONFIG_OF */ Shouldn't this be inline? It shouldn't matter much since most of the time gcc -funit-at-a-time takes care of this, but

Re: [PATCH 12/18] Uartlite: Let the console be initialized earlier

2007-09-28 Thread Grant Likely
On 9/28/07, Arnd Bergmann [EMAIL PROTECTED] wrote: On Friday 28 September 2007, Grant Likely wrote: +#else /* CONFIG_OF */ +static void __init ulite_console_of_find_device(int id) { /* do nothing */ } +#endif /* CONFIG_OF */ Shouldn't this be inline? It shouldn't matter much since most