diff options
Diffstat (limited to 'drivers/isdn/hardware/eicon/divasproc.c')
-rw-r--r-- | drivers/isdn/hardware/eicon/divasproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/divasproc.c b/drivers/isdn/hardware/eicon/divasproc.c index 6a4373a4f1e8..0632a2606998 100644 --- a/drivers/isdn/hardware/eicon/divasproc.c +++ b/drivers/isdn/hardware/eicon/divasproc.c | |||
@@ -113,7 +113,7 @@ static int divas_close(struct inode *inode, struct file *file) | |||
113 | return (0); | 113 | return (0); |
114 | } | 114 | } |
115 | 115 | ||
116 | static struct file_operations divas_fops = { | 116 | static const struct file_operations divas_fops = { |
117 | .owner = THIS_MODULE, | 117 | .owner = THIS_MODULE, |
118 | .llseek = no_llseek, | 118 | .llseek = no_llseek, |
119 | .read = divas_read, | 119 | .read = divas_read, |