]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Fix header guard in asm/pmu.h
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:33 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
This has the wrong name. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/pmu.h

index b76bdf64a3097f9f01de7952eb49e9a952d73b6e..818e80881eca233fba548d41276cfa2247b6eeb3 100644 (file)
@@ -2,9 +2,9 @@
 /*
  * Copyright (c) 2017 Intel Corporation
  */
-#ifndef _X86_ASM_PMU_IPC_H_
-#define _X86_ASM_PMU_IPC_H_
+#ifndef _X86_ASM_PMU_H_
+#define _X86_ASM_PMU_H_
 
 int pmu_turn_power(unsigned int lss, bool on);
 
-#endif /* _X86_ASM_PMU_IPC_H_ */
+#endif /* _X86_ASM_PMU_H_ */