Commit 10debfd2 authored by Joe Perches's avatar Joe Perches Committed by Russell King

[ARM] include/asm-arm - use angle brackets for includes

Signed-off-by: default avatarJoe 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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent be73a347
......@@ -27,8 +27,8 @@ static void arch_detect_cpu(void);
/* defines for UART registers */
#include "asm/plat-s3c/regs-serial.h"
#include "asm/plat-s3c/regs-watchdog.h"
#include <asm/plat-s3c/regs-serial.h>
#include <asm/plat-s3c/regs-watchdog.h>
/* working in physical space... */
#undef S3C2410_WDOGREG
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment