aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/clockchips.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
index 8486e78f7335..8d7a39019ace 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);
119 119
120extern void clockevents_exchange_device(struct clock_event_device *old, 120extern void clockevents_exchange_device(struct clock_event_device *old,
121 struct clock_event_device *new); 121 struct clock_event_device *new);
122extern
123struct clock_event_device *clockevents_request_device(unsigned int features,
124 cpumask_t cpumask);
125extern void clockevents_release_device(struct clock_event_device *dev);
126extern void clockevents_set_mode(struct clock_event_device *dev, 122extern void clockevents_set_mode(struct clock_event_device *dev,
127 enum clock_event_mode mode); 123 enum clock_event_mode mode);
128extern int clockevents_register_notifier(struct notifier_block *nb); 124extern int clockevents_register_notifier(struct notifier_block *nb);