diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-07-17 17:34:28 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 05:00:41 -0400 |
commit | aa4db079f7c4cf389fc25f78b943589b4a6401de (patch) | |
tree | 92076abb6804bb3e0b6f3a4f118fba81d5387137 /arch/arm/mach-ns9xxx/generic.c | |
parent | 3f20246bb67594acae5a82a8b859f21579b0ff07 (diff) |
[ARM] 4483/1: ns9xxx: fix three sparse warnings: symbol 'xyz' was not declared.
make ns9xxx_ack_irq_functions static and add one include to get declarations
for ns9xxx_map_io and ns9xxx_init_machine.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ns9xxx/generic.c')
-rw-r--r-- | arch/arm/mach-ns9xxx/generic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ns9xxx/generic.c b/arch/arm/mach-ns9xxx/generic.c index 83e2b6532b22..d742c921e34d 100644 --- a/arch/arm/mach-ns9xxx/generic.c +++ b/arch/arm/mach-ns9xxx/generic.c | |||
@@ -18,6 +18,8 @@ | |||
18 | #include <asm/arch-ns9xxx/regs-mem.h> | 18 | #include <asm/arch-ns9xxx/regs-mem.h> |
19 | #include <asm/arch-ns9xxx/board.h> | 19 | #include <asm/arch-ns9xxx/board.h> |
20 | 20 | ||
21 | #include "generic.h" | ||
22 | |||
21 | static struct map_desc standard_io_desc[] __initdata = { | 23 | static struct map_desc standard_io_desc[] __initdata = { |
22 | { /* BBus */ | 24 | { /* BBus */ |
23 | .virtual = io_p2v(0x90000000), | 25 | .virtual = io_p2v(0x90000000), |