GPIO code updates, make the cf-mips driver compile against this gpio version
[openwrt/svn-archive/archive.git] / target / linux / rb532 / files / drivers / block / rb500 / bdev.c
index e4532739b9d438306431d31c584a9e891070fce4..f8a9b02d70e40b5b0c9bb14b2c0689857b2f4e62 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <asm/uaccess.h>
 #include <asm/io.h>
+#include <asm/gpio.h>
 
 #include <asm/rc32434/rb.h>
 
@@ -242,7 +243,7 @@ static int cf_open(struct inode *inode, struct file *filp)
        
        /* dirty workaround to set CFRDY GPIO as an input when some other
           program sets it as an output */
-       gpio_set(CFG, (1 << dev->pin), 0);
+       gpio_set_value(dev->pin, 0);
        return 0;               /* success */
 }