diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-01-20 06:58:00 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-23 17:12:15 -0500 |
commit | 4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0 (patch) | |
tree | de897362c4649823de3571be19c4c373a273831e /arch/arm/mach-shmobile | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: shmobile: Remove mach/system.h
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/system.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ | |||
1 | #ifndef __ASM_ARCH_SYSTEM_H | ||
2 | #define __ASM_ARCH_SYSTEM_H | ||
3 | |||
4 | #include <asm/system_misc.h> | ||
5 | |||
6 | static inline void arch_reset(char mode, const char *cmd) | ||
7 | { | ||
8 | soft_restart(0); | ||
9 | } | ||
10 | |||
11 | #endif | ||