diff options
author | Nicolas Pitre <nico@org.rmk.(none)> | 2005-05-05 23:24:45 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-05-05 23:24:45 +0100 |
commit | 41e46d6ab0ca1908bff4e77ad9eeb6bf7afeb5c0 (patch) | |
tree | 95be8b5de3730201e859f5694a31f347825ad9a4 /arch/arm/kernel/entry-armv.S | |
parent | 4b0e07a5566a4e3f141e52c1f17e683e4a5bba91 (diff) | |
download | op-kernel-dev-41e46d6ab0ca1908bff4e77ad9eeb6bf7afeb5c0.zip op-kernel-dev-41e46d6ab0ca1908bff4e77ad9eeb6bf7afeb5c0.tar.gz |
[PATCH] ARM: 2665/1: kill warnings in entry-armv.S
Patch from Nicolas Pitre
Signed-off-by: Nicolas Pitre
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/entry-armv.S')
-rw-r--r-- | arch/arm/kernel/entry-armv.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index c6af1a0..4eb3615 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S @@ -17,8 +17,8 @@ #include <asm/glue.h> #include <asm/vfpmacros.h> -#include <asm/hardware.h> @ should be moved into entry-macro.S -#include <asm/arch/irqs.h> @ should be moved into entry-macro.S +#include <asm/hardware.h> /* should be moved into entry-macro.S */ +#include <asm/arch/irqs.h> /* should be moved into entry-macro.S */ #include <asm/arch/entry-macro.S> #include "entry-header.S" |