[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / isdn / hardware / eicon / divasmain.c
index 91fc92c01afe84930dc5bd5838a9db52ebb1c6d5..b365e44072c020970c00eb1572814b4b5b67e5cb 100644 (file)
@@ -663,7 +663,7 @@ static unsigned int divas_poll(struct file *file, poll_table * wait)
        return (POLLIN | POLLRDNORM);
 }
 
-static struct file_operations divas_fops = {
+static const struct file_operations divas_fops = {
        .owner   = THIS_MODULE,
        .llseek  = no_llseek,
        .read    = divas_read,
This page took 0.025452 seconds and 5 git commands to generate.