From: Al Viro Date: Thu, 12 Jan 2006 09:06:37 +0000 (-0800) Subject: [PATCH] m68k: fix use of void foo(void) asm("bar") in traps.c X-Git-Tag: v2.6.16-rc1~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a763be5c1aace94cf4adfc5ea164f5b0d2d255cd;p=pandora-kernel.git [PATCH] m68k: fix use of void foo(void) asm("bar") in traps.c with gcc4 these have file scope, so having them different in different blocks doesn't work anymore Signed-off-by: Al Viro Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed