Skip to content

Commit

Permalink
[ARM] include/asm-arm - use angle brackets for includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and Russell King committed Mar 6, 2008
1 parent be73a34 commit 10debfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/asm-arm/plat-s3c/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/asm-arm/proc-fns.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 10debfd

Please sign in to comment.