-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Morton writes: > > [SNIP] > This happens on my config: gcc -Wp,-MD,net/core/.dev.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DKBUILD_BASENAME=dev -DKBUILD_MODNAME=dev -c -o net/core/.tmp_dev.o net/core/dev.c net/core/dev.c:1496: conflicting types for `handle_bridge' net/core/dev.c:1468: previous declaration of `handle_bridge' net/core/dev.c: In function `handle_bridge': net/core/dev.c:1499: warning: passing arg 2 of `handle_bridge' from incompatible pointer type net/core/dev.c:1499: too few arguments to function `handle_bridge' make[2]: *** [net/core/dev.o] Error 1 make[1]: *** [net/core] Error 2 make: *** [net] Error 2 alexh@lapper ~/src/linux/linux-2.5.69-mm4 $ &