diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 04:48:33 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:20 -0500 |
| commit | abea3f2ce05f57e185b080e4a313f9fb519a0ecb (patch) | |
| tree | 276a3714bd1b97418b73f46ec0522e0b4a69a584 /arch/arm/mach-tegra/include | |
| parent | dd1661e27a7879d3af0024ba94e171522492dd2f (diff) | |
ARM: restart: tegra: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-tegra/include')
| -rw-r--r-- | arch/arm/mach-tegra/include/mach/system.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/include/mach/system.h b/arch/arm/mach-tegra/include/mach/system.h index 027c4215d31..b87b8a4bc30 100644 --- a/arch/arm/mach-tegra/include/mach/system.h +++ b/arch/arm/mach-tegra/include/mach/system.h | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | #ifndef __MACH_TEGRA_SYSTEM_H | 21 | #ifndef __MACH_TEGRA_SYSTEM_H |
| 22 | #define __MACH_TEGRA_SYSTEM_H | 22 | #define __MACH_TEGRA_SYSTEM_H |
| 23 | 23 | ||
| 24 | #include <mach/iomap.h> | 24 | static inline void arch_reset(char mode, const char *cmd) |
| 25 | 25 | { | |
| 26 | extern void (*arch_reset)(char mode, const char *cmd); | 26 | } |
| 27 | 27 | ||
| 28 | static inline void arch_idle(void) | 28 | static inline void arch_idle(void) |
| 29 | { | 29 | { |
