aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clockchips.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-04-03 02:03:42 +0200
committerIngo Molnar <mingo@kernel.org>2015-04-03 08:44:33 +0200
commit89feddbfe7023ccfb4a6d7f5e3f5161d91b28b18 (patch)
tree867cbcc78b5a0cc8fbc7d2342f781c0a78e70ebe /include/linux/clockchips.h
parentARM: OMAP: Use explicit broadcast control function (diff)
downloadlinux-dev-89feddbfe7023ccfb4a6d7f5e3f5161d91b28b18.tar.xz
linux-dev-89feddbfe7023ccfb4a6d7f5e3f5161d91b28b18.zip
clockevents: Remove the broadcast control leftovers
All users converted. Remove the notify leftovers. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/2076318.76XJZ8QYP3@vostro.rjw.lan Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/clockchips.h')
-rw-r--r--include/linux/clockchips.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
index caeca76d7b32..438fafa75067 100644
--- a/include/linux/clockchips.h
+++ b/include/linux/clockchips.h
@@ -11,9 +11,6 @@
/* Clock event notification values */
enum clock_event_nofitiers {
CLOCK_EVT_NOTIFY_ADD,
- CLOCK_EVT_NOTIFY_BROADCAST_ON,
- CLOCK_EVT_NOTIFY_BROADCAST_OFF,
- CLOCK_EVT_NOTIFY_BROADCAST_FORCE,
CLOCK_EVT_NOTIFY_BROADCAST_ENTER,
CLOCK_EVT_NOTIFY_BROADCAST_EXIT,
CLOCK_EVT_NOTIFY_CPU_DYING,