diff options
author | Joe Perches <joe@perches.com> | 2008-03-04 16:46:27 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:40:57 +0200 |
commit | 16281a998d7340a5bee4078f6f9a26c47208eb86 (patch) | |
tree | 622c040a75eea58cb7c84824a404e498b2117f10 /include/asm-x86/mutex_32.h | |
parent | f668964ea1485c64cc9ab0721679fe9cd90cc406 (diff) |
x86: include/asm-x86/mutex_32.h - use angle brackets for include
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mutex_32.h')
-rw-r--r-- | 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 bbeefb96ddfd..9a6b3da25914 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 |