x86: arch/x86/kernel/cpu/feature_names.c - use angle brackets for include
authorJoe Perches <[email protected]>
Wed, 5 Mar 2008 00:47:00 +0000 (16:47 -0800)
committerIngo Molnar <[email protected]>
Thu, 17 Apr 2008 15:40:57 +0000 (17:40 +0200)
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/cpu/feature_names.c

index ee975ac6bbcb5c018ef2309da7eba4fb2955df5b..e43ad4ad4cbae8b75561f67ec1da51628c568491 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>.