summaryrefslogtreecommitdiff
path: root/arch/x86/machine/pmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/pmu.h')
-rw-r--r--arch/x86/machine/pmu.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/x86/machine/pmu.h b/arch/x86/machine/pmu.h
index fdd79e7..009aac5 100644
--- a/arch/x86/machine/pmu.h
+++ b/arch/x86/machine/pmu.h
@@ -17,8 +17,8 @@
* Pmu driver modules.
*/
-#ifndef _X86_PMU_H
-#define _X86_PMU_H
+#ifndef X86_PMU_H
+#define X86_PMU_H
#include <kern/init.h>
@@ -29,5 +29,4 @@
INIT_OP_DECLARE(pmu_intel_setup);
INIT_OP_DECLARE(pmu_amd_setup);
-#endif /* _X86_PMU_H */
-
+#endif /* X86_PMU_H */