diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-06 06:23:30 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-06 06:23:30 -0400 |
commit | 5ed5fdf50cbe8195522e2176d6356b357c0c963f (patch) | |
tree | eac14e5f58eb51f275ef51b93219f36b18501141 /arch/arm/mm/nommu.c | |
parent | 012d1f4af1b07e5ccfcd23b7c1dcdcc30a068257 (diff) |
[ARM] clean up a load of old declarations
... some of which are now in linux/*.h headers.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/nommu.c')
-rw-r--r-- | arch/arm/mm/nommu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mm/nommu.c b/arch/arm/mm/nommu.c index 63c62fdea521..4bc767d1cedf 100644 --- a/arch/arm/mm/nommu.c +++ b/arch/arm/mm/nommu.c | |||
@@ -15,8 +15,6 @@ | |||
15 | 15 | ||
16 | #include "mm.h" | 16 | #include "mm.h" |
17 | 17 | ||
18 | extern void _stext, __data_start, _end; | ||
19 | |||
20 | /* | 18 | /* |
21 | * Reserve the various regions of node 0 | 19 | * Reserve the various regions of node 0 |
22 | */ | 20 | */ |