diff options
Diffstat (limited to 'drivers/isdn/hardware/eicon/divasmain.c')
-rw-r--r-- | drivers/isdn/hardware/eicon/divasmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/divasmain.c b/drivers/isdn/hardware/eicon/divasmain.c index 91fc92c01afe..b365e44072c0 100644 --- a/drivers/isdn/hardware/eicon/divasmain.c +++ b/drivers/isdn/hardware/eicon/divasmain.c | |||
@@ -663,7 +663,7 @@ static unsigned int divas_poll(struct file *file, poll_table * wait) | |||
663 | return (POLLIN | POLLRDNORM); | 663 | return (POLLIN | POLLRDNORM); |
664 | } | 664 | } |
665 | 665 | ||
666 | static struct file_operations divas_fops = { | 666 | static const struct file_operations divas_fops = { |
667 | .owner = THIS_MODULE, | 667 | .owner = THIS_MODULE, |
668 | .llseek = no_llseek, | 668 | .llseek = no_llseek, |
669 | .read = divas_read, | 669 | .read = divas_read, |