V4L/DVB: staging/lirc: CodingStyle cleanups
[deliverable/linux.git] / drivers / staging / lirc / lirc_zilog.c
index 1b013bf3389927db03696e2fad21479c0252acc9..100caab104518430da1b402cff9b1bf16433e192 100644 (file)
@@ -1132,7 +1132,7 @@ static struct i2c_driver driver = {
        .id_table       = ir_transceiver_id,
 };
 
-static struct file_operations lirc_fops = {
+static const struct file_operations lirc_fops = {
        .owner          = THIS_MODULE,
        .llseek         = lseek,
        .read           = read,
This page took 0.025917 seconds and 5 git commands to generate.