diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-04-03 02:03:42 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-04-03 08:44:33 +0200 |
commit | 89feddbfe7023ccfb4a6d7f5e3f5161d91b28b18 (patch) | |
tree | 867cbcc78b5a0cc8fbc7d2342f781c0a78e70ebe /include/linux/clockchips.h | |
parent | fa8589fe3bfafadd80677c8eabae97dc5dab22c0 (diff) | |
download | op-kernel-dev-89feddbfe7023ccfb4a6d7f5e3f5161d91b28b18.zip op-kernel-dev-89feddbfe7023ccfb4a6d7f5e3f5161d91b28b18.tar.gz |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index caeca76..438fafa 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, |