diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-01-20 20:58:00 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-24 07:12:15 +0900 |
commit | 4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0 (patch) | |
tree | de897362c4649823de3571be19c4c373a273831e /arch/arm/mach-shmobile | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0.tar.gz linux-4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0.tar.bz2 linux-4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0.zip |
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 @@ -#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 |