X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fmach%2Ftime.h;fp=include%2Fasm-arm%2Fmach%2Ftime.h;h=96c6db7dd0e1928e25b96e9b0e87fb64c7f113ce;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=dee0bc336fe8393ae8e13b4079a1a3f3eab6f328;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-arm/mach/time.h b/include/asm-arm/mach/time.h index dee0bc336..96c6db7dd 100644 --- a/include/asm-arm/mach/time.h +++ b/include/asm-arm/mach/time.h @@ -50,7 +50,6 @@ struct sys_timer { #define DYN_TICK_ENABLED (1 << 1) struct dyn_tick_timer { - spinlock_t lock; unsigned int state; /* Current state */ int (*enable)(void); /* Enables dynamic tick */ int (*disable)(void); /* Disables dynamic tick */ @@ -69,7 +68,6 @@ extern void timer_tick(struct pt_regs *); /* * Kernel time keeping support. */ -struct timespec; extern int (*set_rtc)(void); extern void save_time_delta(struct timespec *delta, struct timespec *rtc); extern void restore_time_delta(struct timespec *delta, struct timespec *rtc);