aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/include/mach/timex.h
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-06-01 12:37:19 -0400
committerArnd Bergmann <arnd@arndb.de>2012-07-10 09:47:47 -0400
commitbf54439c34689f53409a066452e58a0533880473 (patch)
treeb94b3a0196f291b60adb1f799ef8a4fc7cc89912 /arch/arm/mach-mvebu/include/mach/timex.h
parent6fe9cbd1119b3cd2595dabaf25a400eed95b170c (diff)
arm: mach-mvebu: add header
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Lior Amsalem <alior@marvell.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Yehuda Yitschak <yehuday@marvell.com> Tested-by: Lior Amsalem <alior@marvell.com>
Diffstat (limited to 'arch/arm/mach-mvebu/include/mach/timex.h')
-rw-r--r--arch/arm/mach-mvebu/include/mach/timex.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/timex.h b/arch/arm/mach-mvebu/include/mach/timex.h
new file mode 100644
index 00000000000..ab324a3748f
--- /dev/null
+++ b/arch/arm/mach-mvebu/include/mach/timex.h
@@ -0,0 +1,13 @@
1/*
2 * Marvell Armada SoC time definitions
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Lior Amsalem <alior@marvell.com>
7 *
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2. This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
11 */
12
13#define CLOCK_TICK_RATE (100 * HZ)