25985edced
Fix common misspellings
...
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi >
2011-03-31 11:26:23 -03:00
45f74264e1
timerqueue: Make timerqueue_getnext() static inline
...
No point in calling a function just to dereference a pointer.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Cc: John Stultz <john.stultz@linaro.org >
2010-12-11 12:34:34 +01:00
9bb99b1470
timers: Fixup allmodconfig build issue
...
Adds missed EXPORT_SYMBOL lines that cause the following build
failures with allmodconfig:
ERROR: "timerqueue_add" [drivers/rtc/rtc-core.ko] undefined!
ERROR: "timerqueue_getnext" [drivers/rtc/rtc-core.ko] undefined!
ERROR: "timerqueue_del" [drivers/rtc/rtc-core.ko] undefined!
Reported-by: Ingo Molnar <mingo@elte.hu >
Reported-by: Thomas Gleixner <tglx@linutronix.de >
Signed-off-by: John Stultz <john.stultz@linaro.org >
2010-12-10 11:54:02 -08:00
1f5a24794a
timers: Rename timerlist infrastructure to timerqueue
...
Thomas pointed out a namespace collision between the new timerlist
infrastructure I introduced and the existing timer_list.c
So to avoid confusion, I've renamed the timerlist infrastructure
to timerqueue.
Reported-by: Thomas Gleixner <tglx@linutronix.de >
Signed-off-by: John Stultz <john.stultz@linaro.org >
2010-12-10 11:52:17 -08:00