projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee58bd
)
x86: Fix header guard in asm/pmu.h
author
Simon Glass
<sjg@chromium.org>
Wed, 23 Dec 2020 15:11:33 +0000
(08:11 -0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/pmu.h
b/arch/x86/include/asm/pmu.h
index b76bdf64a3097f9f01de7952eb49e9a952d73b6e..818e80881eca233fba548d41276cfa2247b6eeb3 100644
(file)
--- a/
arch/x86/include/asm/pmu.h
+++ b/
arch/x86/include/asm/pmu.h
@@
-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_ */