summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/setup.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-20 23:40:55 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-07-12 11:24:09 +0200
commita16729ea822806a6f87415bcb523eaeb7f4b4ebd (patch)
tree1208e2d5027bc322e4b07f533eb8ef778ec71fbc /arch/arm/mach-ux500/setup.h
parent18a992787896fe822b2ea750e68d69cac0726739 (diff)
ARM: ux500: consolidate base platform files
The cpu.c and cache-l2x0.c files hold only two or three simple functions each, and they are all called from the machine descriptors, so we can just move them all into the same file for simplicity and consistency. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/setup.h')
-rw-r--r--arch/arm/mach-ux500/setup.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-ux500/setup.h b/arch/arm/mach-ux500/setup.h
index 85b7819a40ab..988e7c77068d 100644
--- a/arch/arm/mach-ux500/setup.h
+++ b/arch/arm/mach-ux500/setup.h
@@ -11,16 +11,6 @@
#ifndef __ASM_ARCH_SETUP_H
#define __ASM_ARCH_SETUP_H
-#include <asm/mach/arch.h>
-#include <linux/init.h>
-
-
-void ux500_l2x0_init(void);
-
-void ux500_restart(enum reboot_mode mode, const char *cmd);
-
-extern void __init ux500_init_irq(void);
-
extern void ux500_cpu_die(unsigned int cpu);
#endif /* __ASM_ARCH_SETUP_H */