linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/x86/kernel/cpu/feature_names.c - use angle brackets for include
@ 2008-03-05  0:47 Joe Perches
  2008-03-05 15:48 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2008-03-05  0:47 UTC (permalink / raw)
  To: H. Peter Anvin, Ingo Molnar, Thomas Gleixner; +Cc: LKML

Signed-off-by: Joe Perches <joe@perches.com>

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arch/x86/kernel/cpu/feature_names.c - use angle brackets for include
  2008-03-05  0:47 [PATCH] arch/x86/kernel/cpu/feature_names.c - use angle brackets for include Joe Perches
@ 2008-03-05 15:48 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-03-05 15:48 UTC (permalink / raw)
  To: Joe Perches; +Cc: H. Peter Anvin, Ingo Molnar, Thomas Gleixner, LKML


* Joe Perches <joe@perches.com> wrote:

> -#include "asm/cpufeature.h"
> +#include <asm/cpufeature.h>

thanks, applied.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-05 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05  0:47 [PATCH] arch/x86/kernel/cpu/feature_names.c - use angle brackets for include Joe Perches
2008-03-05 15:48 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).