From: Michael Ellerman Date: Mon, 24 Oct 2005 05:07:26 +0000 (+1000) Subject: [PATCH] powerpc: Remove duplicate definition of set_tb() X-Git-Tag: v2.6.15-rc1~59^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f3546ecd00a1566cee6e0d992f4c33c2d28287;p=pandora-kernel.git [PATCH] powerpc: Remove duplicate definition of set_tb() Somewhere along the line we got two definitions of set_tb(). They look to be identical although they're not textually identical. So remove the #ifdef CONFIG_PPC64 version, leaving the common version in time.h. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed