diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 17:45:37 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-25 12:29:42 +0100 |
commit | cf82e0e40525d3525445ada6569525cc44aad46f (patch) | |
tree | 4b6042576fc138698fddf22c9750265c3e98cb87 /arch/arm/mach-prima2/include/mach/timex.h | |
parent | 275786b71d42bb54c03c15197128d7cb05d4dd8b (diff) | |
download | op-kernel-dev-cf82e0e40525d3525445ada6569525cc44aad46f.zip op-kernel-dev-cf82e0e40525d3525445ada6569525cc44aad46f.tar.gz |
ARM: sirf: enable multiplatform support
All the prerequisites are there now, so we can move sirf into multiplatform.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-prima2/include/mach/timex.h')
-rw-r--r-- | arch/arm/mach-prima2/include/mach/timex.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-prima2/include/mach/timex.h b/arch/arm/mach-prima2/include/mach/timex.h deleted file mode 100644 index d6f98a7..0000000 --- a/arch/arm/mach-prima2/include/mach/timex.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * arch/arm/mach-prima2/include/mach/timex.h - * - * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. - * - * Licensed under GPLv2 or later. - */ - -#ifndef __MACH_TIMEX_H__ -#define __MACH_TIMEX_H__ - -#define CLOCK_TICK_RATE 1000000 - -#endif |