diff options
| author | Thomas Gleixner <[email protected]> | 2017-05-24 10:15:29 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2017-05-26 10:10:42 +0200 |
| commit | 27d3b157fee0bad264eb745d5c547e2e0676f1a2 (patch) | |
| tree | b51c5b70063b2f844f3d7988bd81a3e3b4002a40 | |
| parent | 210e21331fc3a396af640cec652be769d146e49f (diff) | |
x86/perf: Drop EXPORT of perf_check_microcode
The only caller is the microcode update, which cannot be modular.
Drop the export.
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Acked-by: Borislav Petkov <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Sebastian Siewior <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Borislav Petkov <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
| -rw-r--r-- | arch/x86/events/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c index 580b60f5ac83..ac650d57ebf7 100644 --- a/arch/x86/events/core.c +++ b/arch/x86/events/core.c @@ -2224,7 +2224,6 @@ void perf_check_microcode(void) if (x86_pmu.check_microcode) x86_pmu.check_microcode(); } -EXPORT_SYMBOL_GPL(perf_check_microcode); static struct pmu pmu = { .pmu_enable = x86_pmu_enable, |