]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/vr41xx_giu.c
[PATCH] lockdep: better lock debugging
[karo-tx-linux.git] / drivers / char / vr41xx_giu.c
index 073da48c092e0ae804cc6354b9c897c668b6033c..1b9b1f1d4c490b0db1cafa32c13b6b60388d18e7 100644 (file)
@@ -605,7 +605,7 @@ static int gpio_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations gpio_fops = {
+static const struct file_operations gpio_fops = {
        .owner          = THIS_MODULE,
        .read           = gpio_read,
        .write          = gpio_write,