timers: Rename timerlist infrastructure to timerqueue
authorJohn Stultz <john.stultz@linaro.org>
Thu, 9 Dec 2010 20:02:18 +0000 (12:02 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 10 Dec 2010 19:52:17 +0000 (11:52 -0800)
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>

No differences found