summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-11-05 08:48:33 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-05 12:57:20 (GMT)
commitabea3f2ce05f57e185b080e4a313f9fb519a0ecb (patch)
tree276a3714bd1b97418b73f46ec0522e0b4a69a584 /arch/arm/mach-tegra/common.c
parentdd1661e27a7879d3af0024ba94e171522492dd2f (diff)
downloadlinux-fsl-qoriq-abea3f2ce05f57e185b080e4a313f9fb519a0ecb.tar.xz
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/common.c')
-rw-r--r--arch/arm/mach-tegra/common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c
index 690b888..20f396d 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -31,8 +31,6 @@
#include "clock.h"
#include "fuse.h"
-void (*arch_reset)(char mode, const char *cmd) = tegra_assert_system_reset;
-
void tegra_assert_system_reset(char mode, const char *cmd)
{
void __iomem *reset = IO_ADDRESS(TEGRA_CLK_RESET_BASE + 0x04);