LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] include/asm-x86/mutex_32.h - Use angle brackets for include
@ 2008-03-05 0:46 Joe Perches
2008-03-05 15:47 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2008-03-05 0:46 UTC (permalink / raw)
To: H. Peter Anvin, Ingo Molnar, Thomas Gleixner; +Cc: LKML
Signed-off-by: Joe Perches <joe@perches.com>
include/asm-x86/mutex_32.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86/mutex_32.h b/include/asm-x86/mutex_32.h
index bbeefb9..9a6b3da 100644
--- a/include/asm-x86/mutex_32.h
+++ b/include/asm-x86/mutex_32.h
@@ -9,7 +9,7 @@
#ifndef _ASM_MUTEX_H
#define _ASM_MUTEX_H
-#include "asm/alternative.h"
+#include <asm/alternative.h>
/**
* __mutex_fastpath_lock - try to take the lock by moving the count
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] include/asm-x86/mutex_32.h - Use angle brackets for include
2008-03-05 0:46 [PATCH] include/asm-x86/mutex_32.h - Use angle brackets for include Joe Perches
@ 2008-03-05 15:47 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-03-05 15:47 UTC (permalink / raw)
To: Joe Perches; +Cc: H. Peter Anvin, Ingo Molnar, Thomas Gleixner, LKML
* Joe Perches <joe@perches.com> wrote:
> -#include "asm/alternative.h"
> +#include <asm/alternative.h>
thanks Joe, 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:46 [PATCH] include/asm-x86/mutex_32.h - Use angle brackets for include Joe Perches
2008-03-05 15:47 ` 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).