Skip to content

Commit 0a0b53e

Browse files
kimphillamdIngo Molnar
authored andcommitted
perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/
Found by checkpatch. Signed-off-by: Kim Phillips <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6cf295b commit 0a0b53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/events/amd/uncore.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
#include <linux/init.h>
1313
#include <linux/cpu.h>
1414
#include <linux/cpumask.h>
15+
#include <linux/cpufeature.h>
16+
#include <linux/smp.h>
1517

16-
#include <asm/cpufeature.h>
1718
#include <asm/perf_event.h>
1819
#include <asm/msr.h>
19-
#include <asm/smp.h>
2020

2121
#define NUM_COUNTERS_NB 4
2222
#define NUM_COUNTERS_L2 4

0 commit comments

Comments
 (0)