xtensa: fix wrong extern declaration renamed in code using it
authorOskar Schirmer <os@emlix.com>
Mon, 11 May 2009 13:43:35 +0000 (15:43 +0200)
committerChris Zankel <chris@zankel.net>
Tue, 12 May 2009 05:00:11 +0000 (22:00 -0700)
commitd15f05eb8cc4ad59699c16b8ae834b85c6d39bfe
treec6f4bc44b99118afae06bde6dfff8d2ece3bda63
parent1fb137c1e33cd188b40b3c0d7283412efeeb783f
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 <os@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/include/asm/timex.h