perf/x86/amd/power: Assign pmu.module

Assign pmu.module so the driver can't be unloaded whilst in use.

Signed-off-by: Kim Phillips <kim.phillips@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210817221048.88063-4-kim.phillips@amd.com

authored by Kim Phillips and committed by Ingo Molnar ccf26483 f11dd0d8

Changed files
+1
arch
x86
events
amd
+1
arch/x86/events/amd/power.c
··· 213 213 .stop = pmu_event_stop, 214 214 .read = pmu_event_read, 215 215 .capabilities = PERF_PMU_CAP_NO_EXCLUDE, 216 + .module = THIS_MODULE, 216 217 }; 217 218 218 219 static int power_cpu_exit(unsigned int cpu)