summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-05 00:47:00 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-04-17 15:40:57 (GMT)
commitc1db29dbc761e9a464b417df7d4dbbae7df81f4c (patch)
tree9812c9aaf1808690df27832e90e4bb7ddd80dcff /arch/x86/kernel
parent16281a998d7340a5bee4078f6f9a26c47208eb86 (diff)
downloadlinux-fsl-qoriq-c1db29dbc761e9a464b417df7d4dbbae7df81f4c.tar.xz
x86: arch/x86/kernel/cpu/feature_names.c - use angle brackets for include
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/cpu/feature_names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/feature_names.c b/arch/x86/kernel/cpu/feature_names.c
index ee975ac..e43ad4a 100644
--- 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>.