[ARM] include/asm-arm - use angle brackets for includes
Signed-off-by: Joe Perches <joe@perches.com> include/asm-arm/plat-s3c/uncompress.h | 4 ++-- include/asm-arm/proc-fns.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:

committed by
Russell King

parent
be73a347ec
commit
10debfd29c
@@ -214,9 +214,9 @@
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
#ifndef MULTI_CPU
|
||||
#include "asm/cpu-single.h"
|
||||
#include <asm/cpu-single.h>
|
||||
#else
|
||||
#include "asm/cpu-multi32.h"
|
||||
#include <asm/cpu-multi32.h>
|
||||
#endif
|
||||
|
||||
#include <asm/memory.h>
|
||||
|
Reference in New Issue
Block a user