[PATCH] make more file_operation structs static
[deliverable/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,
This page took 0.037287 seconds and 5 git commands to generate.