diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 17:18:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 17:18:46 +0200 |
commit | dc9c220304c882f06aaadf427821c6388782aab8 (patch) | |
tree | 85aa7974e312a09bd3cc0b0bcca79091c0cce17a /arch/arm/mach-h720x/include/mach/timex.h | |
parent | 5ed3ebe3be1aa2afef203c40f11e732f0f343fb9 (diff) | |
parent | e7b64391baff6969adeb7b0152c0317a9398fdda (diff) | |
download | kernel_replicant_linux-dc9c220304c882f06aaadf427821c6388782aab8.tar.gz kernel_replicant_linux-dc9c220304c882f06aaadf427821c6388782aab8.tar.bz2 kernel_replicant_linux-dc9c220304c882f06aaadf427821c6388782aab8.zip |
Merge branch 'next/spring-cleaning' into next/cleanup
Diffstat (limited to 'arch/arm/mach-h720x/include/mach/timex.h')
-rw-r--r-- | arch/arm/mach-h720x/include/mach/timex.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-h720x/include/mach/timex.h b/arch/arm/mach-h720x/include/mach/timex.h deleted file mode 100644 index 3f2f447ff36b..000000000000 --- a/arch/arm/mach-h720x/include/mach/timex.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * arch/arm/mach-h720x/include/mach/timex.h - * Copyright (C) 2000 Jungjun Kim, Hynix Semiconductor Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#ifndef __ASM_ARCH_TIMEX -#define __ASM_ARCH_TIMEX - -#define CLOCK_TICK_RATE 3686400 - -#endif |