diff options
Diffstat (limited to 'drivers/telephony/ixj.c')
-rw-r--r-- | drivers/telephony/ixj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/telephony/ixj.c b/drivers/telephony/ixj.c index 58deaac5b373..71cb64e41a1b 100644 --- a/drivers/telephony/ixj.c +++ b/drivers/telephony/ixj.c | |||
@@ -6663,7 +6663,7 @@ static int ixj_fasync(int fd, struct file *file_p, int mode) | |||
6663 | return fasync_helper(fd, file_p, mode, &j->async_queue); | 6663 | return fasync_helper(fd, file_p, mode, &j->async_queue); |
6664 | } | 6664 | } |
6665 | 6665 | ||
6666 | static struct file_operations ixj_fops = | 6666 | static const struct file_operations ixj_fops = |
6667 | { | 6667 | { |
6668 | .owner = THIS_MODULE, | 6668 | .owner = THIS_MODULE, |
6669 | .read = ixj_enhanced_read, | 6669 | .read = ixj_enhanced_read, |