]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/plat-s3c24xx/gpiolib.c
ARM: S3C2440: fix boot failure introduced by recent changes in gpiolib
[net-next-2.6.git] / arch / arm / plat-s3c24xx / gpiolib.c
index 4c0896f2572d1ac1494920feb5805eb65b58e7bb..ae9d3c2403f052862efccef73e9057392c999ff9 100644 (file)
@@ -87,6 +87,8 @@ static struct s3c_gpio_cfg s3c24xx_gpiocfg_banka = {
 struct s3c_gpio_cfg s3c24xx_gpiocfg_default = {
        .set_config     = s3c_gpio_setcfg_s3c24xx,
        .get_config     = s3c_gpio_getcfg_s3c24xx,
+       .set_pull       = s3c_gpio_setpull_1up,
+       .get_pull       = s3c_gpio_getpull_1up,
 };
 
 struct s3c_gpio_chip s3c24xx_gpios[] = {