Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux...
[sfrench/cifs-2.6.git] / tools / perf / util / perf-regs-arch / perf_regs_x86.c
index 873c620f063426c5bb2a877533ba9bd24f14f9af..708954a9d35d7bfcf842dbd169e05a075e279ebd 100644 (file)
@@ -1,7 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
 
-#ifdef HAVE_PERF_REGS_SUPPORT
-
 #include "../perf_regs.h"
 #include "../../../arch/x86/include/uapi/asm/perf_regs.h"
 
@@ -94,5 +92,3 @@ uint64_t __perf_reg_sp_x86(void)
 {
        return PERF_REG_X86_SP;
 }
-
-#endif