summaryrefslogtreecommitdiff
path: root/arch/arm/plat-tcc/include/mach/system.h
diff options
context:
space:
mode:
authorHans J. Koch <hjk@hansjkoch.de>2011-12-23 00:30:48 +0400
committerHans J. Koch <hjk@hansjkoch.de>2012-01-05 16:34:39 +0400
commit2e3d256de9d3db5a7ca19b61305627a516b54b45 (patch)
tree2b18d6c3b2c24138667112829bac368987a5bdc5 /arch/arm/plat-tcc/include/mach/system.h
parent00d79e9d0e4b49144177bc07baa015febc822c10 (diff)
downloadlinux-2e3d256de9d3db5a7ca19b61305627a516b54b45.tar.xz
arm: Remove plat-tcc directory
The Telechips ARM architecture is being removed. This patch deletes the arch/arm/plat-tcc/ 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/plat-tcc/include/mach/system.h')
-rw-r--r--arch/arm/plat-tcc/include/mach/system.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/arch/arm/plat-tcc/include/mach/system.h b/arch/arm/plat-tcc/include/mach/system.h
deleted file mode 100644
index 909e6035d843..000000000000
--- a/arch/arm/plat-tcc/include/mach/system.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Author: <linux@telechips.com>
- * Created: June 10, 2008
- * Description: LINUX SYSTEM FUNCTIONS for TCC83x
- *
- * Copyright (C) 2008-2009 Telechips
- *
- * Licensed under the terms of the GPL v2.
- *
- */
-
-#ifndef __ASM_ARCH_SYSTEM_H
-#define __ASM_ARCH_SYSTEM_H
-#include <linux/clk.h>
-
-#include <asm/mach-types.h>
-#include <mach/hardware.h>
-
-extern void plat_tcc_reboot(void);
-
-static inline void arch_idle(void)
-{
- cpu_do_idle();
-}
-
-static inline void arch_reset(char mode, const char *cmd)
-{
- plat_tcc_reboot();
-}
-
-#endif