From: Thomas Gleixner Date: Sat, 21 Jul 2007 11:37:33 +0000 (-0700) Subject: clockevents: remove prototypes of removed functions X-Git-Tag: v2.6.23-rc1~179 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=93da56efcf8c6a111f0349f6b7651172d4745ca0;p=~emulex%2Finfiniband.git clockevents: remove prototypes of removed functions Signed-off-by: Thomas Gleixner Cc: john stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index 8486e78f733..8d7a39019ac 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h @@ -119,10 +119,6 @@ extern void clockevents_register_device(struct clock_event_device *dev); 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);