[PATCH] struct seq_operations and struct file_operations constification
[deliverable/linux.git] / kernel / power / user.c
index 069732e5695c86a39bbb501b96366b05abdf2bb1..89443b85163baa012d5a785c3491c21fe047ec75 100644 (file)
@@ -383,7 +383,7 @@ static int snapshot_ioctl(struct inode *inode, struct file *filp,
        return error;
 }
 
-static struct file_operations snapshot_fops = {
+static const struct file_operations snapshot_fops = {
        .open = snapshot_open,
        .release = snapshot_release,
        .read = snapshot_read,
This page took 0.024377 seconds and 5 git commands to generate.