aboutsummaryrefslogtreecommitdiff
path: root/include/linux/perf
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2016-07-13 17:16:36 +0000
committerIngo Molnar <[email protected]>2016-07-15 10:40:23 +0200
commit7d88eb695a1f5f67820e02999b949d5cfa080442 (patch)
treeb7f811547579d68a007fee254ca190ae74f19974 /include/linux/perf
parente5b61bafe70477e05e1dce0d6ca4ec181e23cb2a (diff)
arm/perf: Convert to hotplug state machine
Straight forward conversion w/o bells and whistles. Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Anna-Maria Gleixner <[email protected]> Reviewed-by: Sebastian Andrzej Siewior <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux/perf')
-rw-r--r--include/linux/perf/arm_pmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/perf/arm_pmu.h b/include/linux/perf/arm_pmu.h
index d28ac05c7f92..e6ed34eb2b2b 100644
--- a/include/linux/perf/arm_pmu.h
+++ b/include/linux/perf/arm_pmu.h
@@ -109,7 +109,6 @@ struct arm_pmu {
DECLARE_BITMAP(pmceid_bitmap, ARMV8_PMUV3_MAX_COMMON_EVENTS);
struct platform_device *plat_device;
struct pmu_hw_events __percpu *hw_events;
- struct notifier_block hotplug_nb;
struct notifier_block cpu_pm_nb;
};