diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-06 11:23:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-06 11:23:30 +0100 |
commit | 5ed5fdf50cbe8195522e2176d6356b357c0c963f (patch) | |
tree | eac14e5f58eb51f275ef51b93219f36b18501141 /arch/arm/mm/mmu.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/mmu.c')
-rw-r--r-- | arch/arm/mm/mmu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index c2bbe3f311f0..94d81a2ba008 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c @@ -28,9 +28,6 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); -extern void _stext, _etext, __data_start, _end; -extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; - /* * empty_zero_page is a special page that is used for * zero-initialized data and COW. |