Signed-off-by: Thomas Gleixner --- include/linux/clockchips.h | 4 ---- 1 file changed, 4 deletions(-) Index: linux-2.6.22-rc4-mm/include/linux/clockchips.h =================================================================== --- linux-2.6.22-rc4-mm.orig/include/linux/clockchips.h 2007-06-16 12:10:22.000000000 +0200 +++ linux-2.6.22-rc4-mm/include/linux/clockchips.h 2007-06-16 12:10:22.000000000 +0200 @@ -119,10 +119,6 @@ extern void clockevents_register_device( extern void clockevents_exchange_device(struct clock_event_device *old, struct clock_event_device *new); -extern -struct clock_event_device *clockevents_request_device(unsigned int features, - cpumask_t cpumask); -extern void clockevents_release_device(struct clock_event_device *dev); extern void clockevents_set_mode(struct clock_event_device *dev, enum clock_event_mode mode); extern int clockevents_register_notifier(struct notifier_block *nb); -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/