summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorThomas Petazzoni2013-12-26 09:20:25 +0100
committerJason Cooper2013-12-27 19:08:19 +0100
commitf5f5c44c9a5501bab0687085fe0763316dc595cb (patch)
tree954146d406dd710b917c5d161aab3f3a8b661e67 /arch/arm/mach-mvebu
parentARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.h (diff)
downloadkernel-qcow2-linux-f5f5c44c9a5501bab0687085fe0763316dc595cb.tar.gz
kernel-qcow2-linux-f5f5c44c9a5501bab0687085fe0763316dc595cb.tar.xz
kernel-qcow2-linux-f5f5c44c9a5501bab0687085fe0763316dc595cb.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/common.h4
1 files changed, 0 insertions, 4 deletions
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