[PATCH] mark struct file_operations const 5
[pandora-kernel.git] / drivers / rtc / rtc-proc.c
index c272afd..1bd624f 100644 (file)
@@ -96,7 +96,7 @@ static int rtc_proc_release(struct inode *inode, struct file *file)
        return res;
 }
 
-static struct file_operations rtc_proc_fops = {
+static const struct file_operations rtc_proc_fops = {
        .open           = rtc_proc_open,
        .read           = seq_read,
        .llseek         = seq_lseek,