linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / char / cs5535_gpio.c
index 8ce3f34..46d6603 100644 (file)
@@ -158,7 +158,7 @@ static int cs5535_gpio_open(struct inode *inode, struct file *file)
        return nonseekable_open(inode, file);
 }
 
-static const struct file_operations cs5535_gpio_fops = {
+static struct file_operations cs5535_gpio_fops = {
        .owner  = THIS_MODULE,
        .write  = cs5535_gpio_write,
        .read   = cs5535_gpio_read,