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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			425 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			425 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
 | |
| obj-y += timeconv.o posix-clock.o alarmtimer.o
 | |
| 
 | |
| obj-$(CONFIG_GENERIC_CLOCKEVENTS_BUILD)		+= clockevents.o
 | |
| obj-$(CONFIG_GENERIC_CLOCKEVENTS)		+= tick-common.o
 | |
| obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)	+= tick-broadcast.o
 | |
| obj-$(CONFIG_TICK_ONESHOT)			+= tick-oneshot.o
 | |
| obj-$(CONFIG_TICK_ONESHOT)			+= tick-sched.o
 | |
| obj-$(CONFIG_TIMER_STATS)			+= timer_stats.o
 |