diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2012-12-19 10:18:36 -0800 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-01-28 13:27:20 +0100 |
commit | f184c5caa983940305b37f428a6bfc22105235e4 (patch) | |
tree | 504a3cca4fc67bc5e21032499c81201bb8167a96 /arch/arm/mach-zynq/common.h | |
parent | c067561759dec2a4aac0b9d9bcfaa2a3771e8dec (diff) | |
download | op-kernel-dev-f184c5caa983940305b37f428a6bfc22105235e4.zip op-kernel-dev-f184c5caa983940305b37f428a6bfc22105235e4.tar.gz |
arm: zynq: timer: Replace PSS through PS
The acronym PSS is deprecated by Xilinx. The correct term, which is
also used in Xilinx documentation is PS (processing system).
This is just a search and replace:
- s/PSS/PS/g
- s/pss/ps/g
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Tested-by: Josh Cartwright <josh.cartwright@ni.com>
Diffstat (limited to 'arch/arm/mach-zynq/common.h')
-rw-r--r-- | arch/arm/mach-zynq/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/common.h b/arch/arm/mach-zynq/common.h index 954b91c..8b4dbba 100644 --- a/arch/arm/mach-zynq/common.h +++ b/arch/arm/mach-zynq/common.h @@ -17,6 +17,6 @@ #ifndef __MACH_ZYNQ_COMMON_H__ #define __MACH_ZYNQ_COMMON_H__ -void __init xttcpss_timer_init(void); +void __init xttcps_timer_init(void); #endif |