]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/misc.c
PCI-Express AER implemetation: AER core and aerdriver
[linux-2.6-omap-h63xx.git] / drivers / char / misc.c
index d5fa19da330bbe86ff4e1ffe04bd9c74f52800b2..62ebe09656e3ad68b18992a0c0e4a8557c9f7992 100644 (file)
@@ -113,7 +113,7 @@ static int misc_seq_open(struct inode *inode, struct file *file)
        return seq_open(file, &misc_seq_ops);
 }
 
-static struct file_operations misc_proc_fops = {
+static const struct file_operations misc_proc_fops = {
        .owner   = THIS_MODULE,
        .open    = misc_seq_open,
        .read    = seq_read,
@@ -176,7 +176,7 @@ fail:
  */
 static struct class *misc_class;
 
-static struct file_operations misc_fops = {
+static const struct file_operations misc_fops = {
        .owner          = THIS_MODULE,
        .open           = misc_open,
 };