[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / input / serio / serio_raw.c
index 088ebc348ba31da45ddefa6b10a51aabf168185f..887357666c683f0337dfe8dfef3756fd3fe77ad2 100644 (file)
@@ -234,7 +234,7 @@ static unsigned int serio_raw_poll(struct file *file, poll_table *wait)
        return 0;
 }
 
-static struct file_operations serio_raw_fops = {
+static const struct file_operations serio_raw_fops = {
        .owner =        THIS_MODULE,
        .open =         serio_raw_open,
        .release =      serio_raw_release,
This page took 0.024963 seconds and 5 git commands to generate.