[ARM] S3C24XX: GPIO: Remove pin specific input and output defines
[safe/jmp/linux-2.6] / arch / arm / mach-s3c2410 / mach-bast.c
index 4389c16..10ba91b 100644 (file)
@@ -213,7 +213,7 @@ static int bast_pm_suspend(struct sys_device *sd, pm_message_t state)
 {
        /* ensure that an nRESET is not generated on resume. */
        s3c2410_gpio_setpin(S3C2410_GPA21, 1);
-       s3c2410_gpio_cfgpin(S3C2410_GPA21, S3C2410_GPA21_OUT);
+       s3c2410_gpio_cfgpin(S3C2410_GPA21, S3C2410_GPIO_OUTPUT);
 
        return 0;
 }