diff options
author | Joe Perches <joe@perches.com> | 2008-03-05 01:47:00 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:40:57 +0200 |
commit | c1db29dbc761e9a464b417df7d4dbbae7df81f4c (patch) | |
tree | 9812c9aaf1808690df27832e90e4bb7ddd80dcff /arch/x86/kernel/cpu | |
parent | x86: include/asm-x86/mutex_32.h - use angle brackets for include (diff) | |
download | linux-c1db29dbc761e9a464b417df7d4dbbae7df81f4c.tar.xz linux-c1db29dbc761e9a464b417df7d4dbbae7df81f4c.zip |
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/cpu')
-rw-r--r-- | arch/x86/kernel/cpu/feature_names.c | 2 |
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 ee975ac6bbcb..e43ad4ad4cba 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>. |