ARM: S3C24XX: Drop s3c2410 specific s3c2410_gpio_cfgpin()
[deliverable/linux.git] / arch / arm / mach-s3c2410 / mach-amlm5900.c
index 7047317ed7f4250ca1596d5a922a9f9090ffa802..b42a76042af537a1e2765c4afc53bcde859c6140 100644 (file)
@@ -56,6 +56,7 @@
 #include <plat/iic.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
+#include <plat/gpio-cfg.h>
 
 #ifdef CONFIG_MTD_PARTITIONS
 
@@ -225,7 +226,7 @@ static void amlm5900_init_pm(void)
        } else {
                enable_irq_wake(IRQ_EINT9);
                /* configure the suspend/resume status pin */
-               s3c2410_gpio_cfgpin(S3C2410_GPF(2), S3C2410_GPIO_OUTPUT);
+               s3c_gpio_cfgpin(S3C2410_GPF(2), S3C2410_GPIO_OUTPUT);
                s3c2410_gpio_pullup(S3C2410_GPF(2), 0);
        }
 }
This page took 0.045696 seconds and 5 git commands to generate.