From: Oskar Schirmer Date: Mon, 11 May 2009 13:43:35 +0000 (+0200) Subject: xtensa: fix wrong extern declaration renamed in code using it X-Git-Tag: linux-omap-v2.6.30-rc6~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15f05eb8cc4ad59699c16b8ae834b85c6d39bfe;p=pandora-kernel.git xtensa: fix wrong extern declaration renamed in code using it The variable ccount_nsec has been renamed to nsec_per_ccount in arch/xtensa/kernel/time.c in 2b8aea74 (2007-08-05), but the fix failed to rename the variable in arch/xtensa/include/asm/timex.h as well. Signed-off-by: Oskar Schirmer Signed-off-by: Chris Zankel --- Reading git-diff-tree failed