[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / scx200_gpio.c
index 45083e5dd23b9584a6553cd6c02c0aa524e20a27..425c58719db6a6af14c5dc12a68e2e53642087bc 100644 (file)
@@ -63,7 +63,7 @@ static int scx200_gpio_release(struct inode *inode, struct file *file)
 }
 
 
-static struct file_operations scx200_gpio_fops = {
+static const struct file_operations scx200_gpio_fops = {
        .owner   = THIS_MODULE,
        .write   = nsc_gpio_write,
        .read    = nsc_gpio_read,
This page took 0.036785 seconds and 5 git commands to generate.