On Tue, Sep 11, 2007 at 09:30:15AM -0500, James Bottomley wrote: > On Tue, 2007-09-11 at 16:21 +0200, Toralf Förster wrote: > > Hello, > > > > the build with the attached .config failed, make ends with: > > ... > > CC arch/i386/mm/highmem.o > > LD arch/i386/mm/built-in.o > > CC arch/i386/mach-voyager/setup.o > > arch/i386/mach-voyager/setup.c: In function 'time_init_hook': > > arch/i386/mach-voyager/setup.c:52: error: implicit declaration of function > > 'safe_smp_processor_id' > > This should be a warning, not an error
Nope. On purpose we use: -Werror-implicit-function-declaration The purpose being that otherwise this is not fixed. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/