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)
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>

No differences found