diff options
author | Hans J. Koch <hjk@hansjkoch.de> | 2011-12-22 21:27:27 +0100 |
---|---|---|
committer | Hans J. Koch <hjk@hansjkoch.de> | 2012-01-05 13:34:38 +0100 |
commit | 00d79e9d0e4b49144177bc07baa015febc822c10 (patch) | |
tree | e9b410ad488845c447a58cbda9eacee38831d733 /arch/arm/mach-tcc8k/common.h | |
parent | 273b5e5189791a9b6d0bffb24568378d767e1711 (diff) |
arm: Remove mach-tcc8k directory
The Telechips ARM architecture is being removed. This patch
deletes the arch/arm/mach-tcc8k/ folder.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Harry Sievers <hsievers@csselectronic.com>
Signed-off-by: Hans J. Koch <hjk@hansjkoch.de>
Diffstat (limited to 'arch/arm/mach-tcc8k/common.h')
-rw-r--r-- | arch/arm/mach-tcc8k/common.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-tcc8k/common.h b/arch/arm/mach-tcc8k/common.h deleted file mode 100644 index 705690add39..00000000000 --- a/arch/arm/mach-tcc8k/common.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef MACH_TCC8K_COMMON_H -#define MACH_TCC8K_COMMON_H - -#include <linux/platform_device.h> - -extern struct platform_device tcc_nand_device; - -struct clk; - -extern void tcc_clocks_init(unsigned long xi_freq, unsigned long xti_freq); -extern void tcc8k_timer_init(struct clk *clock, void __iomem *base, int irq); -extern void tcc8k_init_irq(void); -extern void tcc8k_map_common_io(void); - -#endif |