From 4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Tue, 20 Jan 2015 20:58:00 +0900 Subject: [PATCH] ARM: shmobile: Remove mach/system.h The file is no longer included from anywhere so clean up the code by removing mach-shmobile/include/mach/system.h Signed-off-by: Magnus Damm Acked-by: Laurent Pinchart Acked-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/mach-shmobile/include/mach/system.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 arch/arm/mach-shmobile/include/mach/system.h diff --git a/arch/arm/mach-shmobile/include/mach/system.h b/arch/arm/mach-shmobile/include/mach/system.h deleted file mode 100644 index 540eaff08f34..000000000000 --- a/arch/arm/mach-shmobile/include/mach/system.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __ASM_ARCH_SYSTEM_H -#define __ASM_ARCH_SYSTEM_H - -#include - -static inline void arch_reset(char mode, const char *cmd) -{ - soft_restart(0); -} - -#endif -- GitLab