[PATCH] mark struct file_operations const 3
[safe/jmp/linux-2.6] / drivers / isdn / hardware / eicon / divasmain.c
index 91fc92c..b365e44 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,