[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / applicom.c
index bcc4668835b5b11065256ba8a177f865a2f5dfe8..10a389dafd60ffe99fc8f052fb7330cf28f5832f 100644 (file)
@@ -112,7 +112,7 @@ static int ac_ioctl(struct inode *, struct file *, unsigned int,
                    unsigned long);
 static irqreturn_t ac_interrupt(int, void *, struct pt_regs *);
 
-static struct file_operations ac_fops = {
+static const struct file_operations ac_fops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .read = ac_read,
This page took 0.023751 seconds and 5 git commands to generate.