From: Magnus Damm Date: Tue, 20 Jan 2015 11:58:00 +0000 (+0900) Subject: ARM: shmobile: Remove mach/system.h X-Git-Tag: v4.1-rc1~48^2~7^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0;p=users%2Fhch%2Fuuid.git 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 --- 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