]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
time: remove the timecompare code.
authorRichard Cochran <richardcochran@gmail.com>
Wed, 31 Oct 2012 06:27:25 +0000 (06:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Nov 2012 15:41:35 +0000 (11:41 -0400)
commit65f8f9a1c1db831e5159e3e3e50912d1f214cd0c
tree13dc8b15ea17738a2208b959a5c3a88a75aa922c
parentdd87b22f9096863adfd5daf281beb0a83379bd8f
time: remove the timecompare code.

This patch removes the timecompare code from the kernel. The top five
reasons to do this are:

1. There are no more users of this code.
2. The original idea was a bit weak.
3. The original author has disappeared.
4. The code was not general purpose but tuned to a particular hardware,
5. There are better ways to accomplish clock synchronization.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Acked-by: John Stultz <john.stultz@linaro.org>
Tested-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/timecompare.h [deleted file]
kernel/time/Makefile
kernel/time/timecompare.c [deleted file]