Pull percpu-dtc into release branch
[pandora-kernel.git] / arch / cris / arch-v10 / drivers / gpio.c
index 9aba18b..f389ed6 100644 (file)
@@ -838,7 +838,7 @@ gpio_leds_ioctl(unsigned int cmd, unsigned long arg)
        return 0;
 }
 
-struct file_operations gpio_fops = {
+const struct file_operations gpio_fops = {
        .owner       = THIS_MODULE,
        .poll        = gpio_poll,
        .ioctl       = gpio_ioctl,