V4L/DVB: staging/lirc: CodingStyle cleanups
[deliverable/linux.git] / drivers / staging / lirc / lirc_imon.c
index 43856d6818dd692bdfb7afa966cab3dbeaf10920..66493253042e8ccedfa7be8e21c317f8845c7093 100644 (file)
@@ -111,7 +111,7 @@ struct imon_context {
        } tx;
 };
 
-static struct file_operations display_fops = {
+static const struct file_operations display_fops = {
        .owner          = THIS_MODULE,
        .open           = &display_open,
        .write          = &vfd_write,
This page took 0.026844 seconds and 5 git commands to generate.