aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/timex.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-29 04:25:43 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-04 09:15:58 -0400
commitd696e3f6585ddeb7bddbf0783b649fa669459a5c (patch)
tree42a08a0df82fa61f7e3764e42a5120af0d239bba /arch/arm/mach-mxs/include/mach/timex.h
parente91411b44d54db96c3d2d365b195b112e513d4ba (diff)
ARM: mxs: enable multiplatform build
Remove files that are not needed by multiplatform build, and make necessary changes on Kconfig to enable multiplatform build. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/timex.h')
-rw-r--r--arch/arm/mach-mxs/include/mach/timex.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-mxs/include/mach/timex.h b/arch/arm/mach-mxs/include/mach/timex.h
deleted file mode 100644
index 734ce8984a64..000000000000
--- a/arch/arm/mach-mxs/include/mach/timex.h
+++ /dev/null
@@ -1,21 +0,0 @@
1/*
2 * Copyright (C) 1999 ARM Limited
3 * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#ifndef __MACH_MXS_TIMEX_H__
17#define __MACH_MXS_TIMEX_H__
18
19#define CLOCK_TICK_RATE 32000 /* 32K */
20
21#endif /* __MACH_MXS_TIMEX_H__ */