diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-10-31 11:11:59 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2012-11-05 13:38:32 +0100 |
commit | 03e07595febc4857b2b6ad756826f369c7628ec8 (patch) | |
tree | 1532f572448707fff745c56632f047ba7b3edb8c /arch/arm/mach-zynq/common.h | |
parent | f58007762f537ba13674a3138b3f4c20fff1cba9 (diff) | |
download | blackbird-op-linux-03e07595febc4857b2b6ad756826f369c7628ec8.tar.gz blackbird-op-linux-03e07595febc4857b2b6ad756826f369c7628ec8.zip |
ARM: zynq: move arm-specific sys_timer out of ttc
Move the sys_timer definition out of ttc driver and make it part of the
common zynq code. This is preparation for renaming and COMMON_CLK
support.
Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynq/common.h')
-rw-r--r-- | arch/arm/mach-zynq/common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-zynq/common.h b/arch/arm/mach-zynq/common.h index a009644a1555..954b91c13c91 100644 --- a/arch/arm/mach-zynq/common.h +++ b/arch/arm/mach-zynq/common.h @@ -17,8 +17,6 @@ #ifndef __MACH_ZYNQ_COMMON_H__ #define __MACH_ZYNQ_COMMON_H__ -#include <asm/mach/time.h> - -extern struct sys_timer xttcpss_sys_timer; +void __init xttcpss_timer_init(void); #endif |