diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-03 12:00:52 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-08-25 16:06:22 +0200 |
commit | 99d63fa1c8fe8853540116a6deaedc1ba1fc0468 (patch) | |
tree | 5371fbea0945f710b7215c2772c4f67eb76e7ca2 /arch/arm/mach-at91/at91sam9g45.c | |
parent | e76265c627ca0aff6cc129486ac656b6b6dd06af (diff) | |
download | op-kernel-dev-99d63fa1c8fe8853540116a6deaedc1ba1fc0468.zip op-kernel-dev-99d63fa1c8fe8853540116a6deaedc1ba1fc0468.tar.gz |
ARM: at91: Remove reset code from the machine code
Now that the transition is over and that we probe our reset driver in every
case, we can remove the legacy code from the machine directory.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9g45.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9g45.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c index cc79f20..9b55b7d 100644 --- a/arch/arm/mach-at91/at91sam9g45.c +++ b/arch/arm/mach-at91/at91sam9g45.c @@ -385,7 +385,6 @@ static void __init at91sam9g45_ioremap_registers(void) static void __init at91sam9g45_initialize(void) { arm_pm_idle = at91sam9_idle; - arm_pm_restart = at91sam9g45_restart; at91_sysirq_mask_rtc(AT91SAM9G45_BASE_RTC); at91_sysirq_mask_rtt(AT91SAM9G45_BASE_RTT); |