diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-05-02 18:07:11 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 13:54:34 +0200 |
commit | bfbdd91029a36538e43cd32478d405278f66bbb9 (patch) | |
tree | 51de0ca2eab5c18ecef60b9ef6691e216b0f7289 /arch/arm/mach-u300/include/mach/timex.h | |
parent | e1b3144586876ac0318f344b4a525108f86c1abd (diff) |
ARM: u300: delete remnant machine headers
Two files remain in <mach/*> for U300: timex.h and
uncompress.h. The former is done away with by using
defaults, the latter is unused in multiplatform.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/include/mach/timex.h')
-rw-r--r-- | arch/arm/mach-u300/include/mach/timex.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-u300/include/mach/timex.h b/arch/arm/mach-u300/include/mach/timex.h deleted file mode 100644 index f233b72633f6..000000000000 --- a/arch/arm/mach-u300/include/mach/timex.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * - * arch/arm/mach-u300/include/mach/timex.h - * - * - * Copyright (C) 2006-2009 ST-Ericsson AB - * License terms: GNU General Public License (GPL) version 2 - * Platform tick rate definition. - * Author: Linus Walleij <linus.walleij@stericsson.com> - */ -#ifndef __MACH_TIMEX_H -#define __MACH_TIMEX_H - -/* This is for the APP OS GP1 (General Purpose 1) timer */ -#define CLOCK_TICK_RATE 1000000 - -#endif |