ARM: shmobile: Remove mach/system.h
authorMagnus Damm <damm+renesas@opensource.se>
Tue, 20 Jan 2015 11:58:00 +0000 (20:58 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 23 Feb 2015 22:12:15 +0000 (07:12 +0900)
The file <mach/system.h> is no longer included from anywhere so
clean up the code by removing mach-shmobile/include/mach/system.h

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/include/mach/system.h [deleted file]

diff --git a/arch/arm/mach-shmobile/include/mach/system.h b/arch/arm/mach-shmobile/include/mach/system.h
deleted file mode 100644 (file)
index 540eaff..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __ASM_ARCH_SYSTEM_H
-#define __ASM_ARCH_SYSTEM_H
-
-#include <asm/system_misc.h>
-
-static inline void arch_reset(char mode, const char *cmd)
-{
-       soft_restart(0);
-}
-
-#endif