diff options
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> | 2005-04-16 15:24:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:24:28 -0700 |
commit | 51e6606491a0f5deaba52fb00c0374b9cb612f98 (patch) | |
tree | 38488f712b29132cfc54fa6b4c3ee9821fff629b /MAINTAINERS | |
parent | 9ce3a719bc5772bc84ab6f50ef505da6992778ff (diff) |
[PATCH] ppc32: fix compilation error in arch/ppc/kernel/time.c
make defconfig give the following error on ppc (gcc-4):
arch/ppc/kernel/time.c:92: error: static declaration of ‘time_offset’
follows non-static declaration
include/linux/timex.h:236: error: previous declaration of ‘time_offset’
was here
The following patch solves it (time_offset is declared in timer.c).
Signed-Off-By: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions