diff options
Diffstat (limited to 'drivers/isdn/hardware/eicon/divamnt.c')
-rw-r--r-- | drivers/isdn/hardware/eicon/divamnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/divamnt.c b/drivers/isdn/hardware/eicon/divamnt.c index 77155d9f399b..6b2940ed0776 100644 --- a/drivers/isdn/hardware/eicon/divamnt.c +++ b/drivers/isdn/hardware/eicon/divamnt.c | |||
@@ -164,7 +164,7 @@ static ssize_t divas_maint_read(struct file *file, char __user *buf, | |||
164 | return (maint_read_write(buf, (int) count)); | 164 | return (maint_read_write(buf, (int) count)); |
165 | } | 165 | } |
166 | 166 | ||
167 | static struct file_operations divas_maint_fops = { | 167 | static const struct file_operations divas_maint_fops = { |
168 | .owner = THIS_MODULE, | 168 | .owner = THIS_MODULE, |
169 | .llseek = no_llseek, | 169 | .llseek = no_llseek, |
170 | .read = divas_maint_read, | 170 | .read = divas_maint_read, |