From: Benoit Boissinot Date: Sat, 16 Apr 2005 22:24:28 +0000 (-0700) Subject: [PATCH] ppc32: fix compilation error in arch/ppc/kernel/time.c X-Git-Tag: v2.6.12-rc3~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e6606491a0f5deaba52fb00c0374b9cb612f98;p=pandora-kernel.git [PATCH] ppc32: fix compilation error in arch/ppc/kernel/time.c make defconfig give the following error on ppc (gcc-4): arch/ppc/kernel/time.c:92: error: static declaration of ‘time_offset’ follows non-static declaration include/linux/timex.h:236: error: previous declaration of ‘time_offset’ was here The following patch solves it (time_offset is declared in timer.c). Signed-Off-By: Benoit Boissinot Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed