diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-11-05 14:54:26 -0800 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-11-26 15:49:37 -0600 |
commit | cd5e0fa0837c232f50a17390ce40a953c437a75f (patch) | |
tree | 7e9afb465a4e85bf199344fcc7451cf5d7f3c0be /arch/nds32 | |
parent | 570d54fe24634e87a48193dfc04a2486371cacea (diff) |
nds32: Remove phys_initrd_start and phys_initrd_size
This will conflict with a subsequent change making phys_initrd_start and
phys_initrd_size global variables. nds32 does not make use of those nor
provides a suitable declarations so just get rid of them.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/mm/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nds32/mm/init.c b/arch/nds32/mm/init.c index 131104bd2538..253f79fc7196 100644 --- a/arch/nds32/mm/init.c +++ b/arch/nds32/mm/init.c @@ -21,8 +21,6 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); DEFINE_SPINLOCK(anon_alias_lock); extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; -extern unsigned long phys_initrd_start; -extern unsigned long phys_initrd_size; /* * empty_zero_page is a special page that is used for |