[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / input / misc / uinput.c
index 9516439b7c78837ed83ede2d6559c194b4aeb50e..42556232c52388f8d85b68ce596292a6a5fe5b64 100644 (file)
@@ -627,7 +627,7 @@ static long uinput_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        return retval;
 }
 
-static struct file_operations uinput_fops = {
+static const struct file_operations uinput_fops = {
        .owner          = THIS_MODULE,
        .open           = uinput_open,
        .release        = uinput_release,
This page took 0.059437 seconds and 5 git commands to generate.