powerpc: Eliminate unused do_gtod variable
authorPaul Mackerras <paulus@samba.org>
Tue, 28 Oct 2008 00:18:11 +0000 (00:18 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 5 Nov 2008 22:49:28 +0000 (09:49 +1100)
commit3cc698789a3f44dabc5eed389b6c123caf787c0f
treea2797bc0e096108070670cc365da8e3cf6337981
parent597bc5c00b666fe123abb0af64f6e86f7ab72a90
powerpc: Eliminate unused do_gtod variable

Since we started using the generic timekeeping code, we haven't had a
powerpc-specific version of do_gettimeofday, and hence there is now
nothing that reads the do_gtod variable in arch/powerpc/kernel/time.c.
This therefore removes it and the code that sets it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/include/asm/time.h
arch/powerpc/kernel/time.c