V4L/DVB: staging/lirc: CodingStyle cleanups
[deliverable/linux.git] / drivers / staging / lirc / lirc_streamzap.c
index 5b46ac4dda7836c2a7aad7d5881e32d77a206634..be09c103f0c935bbd67d00b77b1bc465820e9f47 100644 (file)
@@ -431,7 +431,7 @@ static void usb_streamzap_irq(struct urb *urb)
        return;
 }
 
-static struct file_operations streamzap_fops = {
+static const struct file_operations streamzap_fops = {
        .owner          = THIS_MODULE,
        .unlocked_ioctl = streamzap_ioctl,
        .read           = lirc_dev_fop_read,
This page took 0.032299 seconds and 5 git commands to generate.