[PATCH] arch/x86/kernel/cpu/feature_names.c - use angle bracketsfor include

From: Joe Perches
Date: Tue Mar 04 2008 - 19:52:28 EST


Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

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 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>.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/