[PATCH] mark struct file_operations const 5
[pandora-kernel.git] / drivers / net / hamradio / bpqether.c
index 5b788d8..d254269 100644 (file)
@@ -459,7 +459,7 @@ static int bpq_info_open(struct inode *inode, struct file *file)
        return seq_open(file, &bpq_seqops);
 }
 
-static struct file_operations bpq_info_fops = {
+static const struct file_operations bpq_info_fops = {
        .owner = THIS_MODULE,
        .open = bpq_info_open,
        .read = seq_read,