diff options
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 9b4f24c7c055..524f656dc56d 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -618,7 +618,7 @@ static void spitz_restart(char mode) | |||
618 | 618 | ||
619 | static void __init common_init(void) | 619 | static void __init common_init(void) |
620 | { | 620 | { |
621 | init_gpio_reset(SPITZ_GPIO_ON_RESET); | 621 | init_gpio_reset(SPITZ_GPIO_ON_RESET, 1); |
622 | pm_power_off = spitz_poweroff; | 622 | pm_power_off = spitz_poweroff; |
623 | arm_pm_restart = spitz_restart; | 623 | arm_pm_restart = spitz_restart; |
624 | 624 | ||