]> Pileus Git - ~andy/linux/commitdiff
ARM: mvebu: remove prototypes of non-existing functions from common.h
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 26 Dec 2013 08:20:25 +0000 (09:20 +0100)
committerJason Cooper <jason@lakedaemon.net>
Fri, 27 Dec 2013 18:08:19 +0000 (18:08 +0000)
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>
arch/arm/mach-mvebu/common.h

index 8de509a14e868152fa9443a0fdb643049f78a124..1ebaa18d2f22191b2738da24211492d90e64616c 100644 (file)
 
 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