aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/lirc_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/rc/lirc_dev.c')
-rw-r--r--drivers/media/rc/lirc_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/lirc_dev.c b/drivers/media/rc/lirc_dev.c
index 5247d94fea29..8dc057b273f2 100644
--- a/drivers/media/rc/lirc_dev.c
+++ b/drivers/media/rc/lirc_dev.c
@@ -152,7 +152,7 @@ static int lirc_thread(void *irctl)
152} 152}
153 153
154 154
155static struct file_operations lirc_dev_fops = { 155static const struct file_operations lirc_dev_fops = {
156 .owner = THIS_MODULE, 156 .owner = THIS_MODULE,
157 .read = lirc_dev_fop_read, 157 .read = lirc_dev_fop_read,
158 .write = lirc_dev_fop_write, 158 .write = lirc_dev_fop_write,