projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16281a9
)
x86: arch/x86/kernel/cpu/feature_names.c - use angle brackets for include
author
Joe Perches
<joe@perches.com>
Wed, 5 Mar 2008 00:47:00 +0000
(16:47 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:40:57 +0000
(17:40 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/feature_names.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/feature_names.c
b/arch/x86/kernel/cpu/feature_names.c
index ee975ac6bbcb5c018ef2309da7eba4fb2955df5b..e43ad4ad4cbae8b75561f67ec1da51628c568491 100644
(file)
--- a/
arch/x86/kernel/cpu/feature_names.c
+++ b/
arch/x86/kernel/cpu/feature_names.c
@@
-4,7
+4,7
@@
* This file must not contain any executable code.
*/
-#include
"asm/cpufeature.h"
+#include
<asm/cpufeature.h>
/*
* These flag bits must match the definitions in <asm/cpufeature.h>.