From: Thomas Petazzoni Date: Thu, 26 Dec 2013 08:20:25 +0000 (+0100) Subject: ARM: mvebu: remove prototypes of non-existing functions from common.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f5f5c44c9a5501bab0687085fe0763316dc595cb;p=linux-beck.git ARM: mvebu: remove prototypes of non-existing functions from common.h The mach-mvebu/common.h file contains prototypes of functions that have been removed, so this commit removes the corresponding prototypes. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- diff --git a/arch/arm/mach-mvebu/common.h b/arch/arm/mach-mvebu/common.h index 8de509a14e86..1ebaa18d2f22 100644 --- a/arch/arm/mach-mvebu/common.h +++ b/arch/arm/mach-mvebu/common.h @@ -19,11 +19,7 @@ void mvebu_restart(enum reboot_mode mode, const char *cmd); -void armada_370_xp_init_irq(void); -void armada_370_xp_handle_irq(struct pt_regs *regs); - void armada_xp_cpu_die(unsigned int cpu); -int armada_370_xp_coherency_init(void); void armada_xp_secondary_startup(void); extern struct smp_operations armada_xp_smp_ops; #endif