[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / lp.c
index 582cdbdb0c4299121323fd769b5bf337bd752cc6..f875fda3b089d54332341671388716c99ebd05eb 100644 (file)
@@ -666,7 +666,7 @@ static int lp_ioctl(struct inode *inode, struct file *file,
        return retval;
 }
 
-static struct file_operations lp_fops = {
+static const struct file_operations lp_fops = {
        .owner          = THIS_MODULE,
        .write          = lp_write,
        .ioctl          = lp_ioctl,
This page took 0.027142 seconds and 5 git commands to generate.