V4L/DVB: staging/lirc: CodingStyle cleanups
[deliverable/linux.git] / drivers / staging / lirc / lirc_parallel.c
index df12e7bd3f96162346fb003417588b8b6474ccd2..a1ebd071640f7fe3393d7dda28b6c6ea421d1730 100644 (file)
@@ -539,7 +539,7 @@ static int lirc_close(struct inode *node, struct file *filep)
        return 0;
 }
 
-static struct file_operations lirc_fops = {
+static const struct file_operations lirc_fops = {
        .owner          = THIS_MODULE,
        .llseek         = lirc_lseek,
        .read           = lirc_read,
This page took 0.037628 seconds and 5 git commands to generate.