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)
commit1f5a24794a54588ea3a9efd521be31d826e0b9d7
tree58dd33af6093cd3a0fed59a12ed41d6c7d8083ba
parent87de5ac782761a3ebf806e434e8c9cc205a87274
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>
include/linux/timerlist.h [deleted file]
include/linux/timerqueue.h [new file with mode: 0644]
lib/Makefile
lib/timerlist.c [deleted file]
lib/timerqueue.c [new file with mode: 0644]