x86: arch/x86/kernel/cpu/feature_names.c - use angle brackets for include
authorJoe Perches <joe@perches.com>
Wed, 5 Mar 2008 00:47:00 +0000 (16:47 -0800)
committerIngo 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

index ee975ac..e43ad4a 100644 (file)
@@ -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>.