These variables already declared in , which is included Signed-off-by: Askar Safin --- arch/alpha/kernel/core_irongate.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/alpha/kernel/core_irongate.c b/arch/alpha/kernel/core_irongate.c index 05dc4c1b9074..3411564144ae 100644 --- a/arch/alpha/kernel/core_irongate.c +++ b/arch/alpha/kernel/core_irongate.c @@ -225,8 +225,6 @@ albacore_init_arch(void) alpha_mv.min_mem_address = pci_mem; if (memtop > pci_mem) { #ifdef CONFIG_BLK_DEV_INITRD - extern unsigned long initrd_start, initrd_end; - /* Move the initrd out of the way. */ if (initrd_end && __pa(initrd_end) > pci_mem) { unsigned long size; -- 2.47.2