diff mbox

[01/03] ARM: shmobile: Remove mach/system.h

Message ID 20150120115800.11479.87312.sendpatchset@little-apple (mailing list archive)
State Accepted
Commit 4fa9c6e24b2dbb1bdc62280834c07c34d7d9c1f0
Headers show

Commit Message

Magnus Damm Jan. 20, 2015, 11:58 a.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

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>
---

 Applies to renesas-devel-20150119-v3.19-rc5

 arch/arm/mach-shmobile/include/mach/system.h |   11 -----------
 1 file changed, 11 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/include/mach/system.h
+++ /dev/null	2015-01-13 15:44:39.280208949 +0900
@@ -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