aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq/common.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-07-07 07:35:20 -0400
committerArnd Bergmann <arnd@arndb.de>2011-07-07 10:13:58 -0400
commit3d64b4496f5fd90618106555344205a522178c0c (patch)
tree068d35fbfa11ac0553561b2ec5fec70d0d987ab6 /arch/arm/mach-zynq/common.h
parentb85a3ef4ac65169b65fd2fe9bec7912bbf475ba4 (diff)
ARM: Xilinx: merge board file into main platform code
The zynq platform will never have board files other than the device tree one, so there is no point splitting it from common.c. This makes the code more compact. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: John Linn <john.linn@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynq/common.h')
-rw-r--r--arch/arm/mach-zynq/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-zynq/common.h b/arch/arm/mach-zynq/common.h
index bca21968f80b..a009644a1555 100644
--- a/arch/arm/mach-zynq/common.h
+++ b/arch/arm/mach-zynq/common.h
@@ -17,13 +17,8 @@
17#ifndef __MACH_ZYNQ_COMMON_H__ 17#ifndef __MACH_ZYNQ_COMMON_H__
18#define __MACH_ZYNQ_COMMON_H__ 18#define __MACH_ZYNQ_COMMON_H__
19 19
20#include <linux/init.h>
21#include <asm/mach/time.h> 20#include <asm/mach/time.h>
22 21
23extern void xilinx_init_machine(void);
24extern void xilinx_irq_init(void);
25extern void xilinx_map_io(void);
26
27extern struct sys_timer xttcpss_sys_timer; 22extern struct sys_timer xttcpss_sys_timer;
28 23
29#endif 24#endif