aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/system.h
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2010-05-19 09:03:31 +0200
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:43:17 -0600
commit22f90f46e39483877cad247076f56a7ff8b17220 (patch)
tree92dd0f8954fe7c41d0160a1ab0b7f38d81b6fd60 /arch/arm/mach-ux500/include/mach/system.h
parente40152ee1e1c7a63f4777791863215e3faa37a86 (diff)
mach-ux500: renamed mainline version to ux500-mainline
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/system.h')
-rw-r--r--arch/arm/mach-ux500/include/mach/system.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/mach-ux500/include/mach/system.h b/arch/arm/mach-ux500/include/mach/system.h
deleted file mode 100644
index c0cd8006f1a..00000000000
--- a/arch/arm/mach-ux500/include/mach/system.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2009 ST-Ericsson.
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
- */
-#ifndef __ASM_ARCH_SYSTEM_H
-#define __ASM_ARCH_SYSTEM_H
-
-static inline void arch_idle(void)
-{
- /*
- * This should do all the clock switching
- * and wait for interrupt tricks
- */
- cpu_do_idle();
-}
-
-static inline void arch_reset(char mode, const char *cmd)
-{
- /* yet to be implemented - TODO */
-}
-
-#endif