|
@@ -227,7 +227,7 @@ static void amlm5900_init_pm(void)
|
|
enable_irq_wake(IRQ_EINT9);
|
|
enable_irq_wake(IRQ_EINT9);
|
|
/* configure the suspend/resume status pin */
|
|
/* configure the suspend/resume status pin */
|
|
s3c_gpio_cfgpin(S3C2410_GPF(2), S3C2410_GPIO_OUTPUT);
|
|
s3c_gpio_cfgpin(S3C2410_GPF(2), S3C2410_GPIO_OUTPUT);
|
|
- s3c2410_gpio_pullup(S3C2410_GPF(2), 0);
|
|
|
|
|
|
+ s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_UP);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
static void __init amlm5900_init(void)
|
|
static void __init amlm5900_init(void)
|