[PATCH] mark struct file_operations const 3
[safe/jmp/linux-2.6] / drivers / isdn / divert / divert_procfs.c
index 06967da..53a1890 100644 (file)
@@ -256,7 +256,7 @@ isdn_divert_ioctl(struct inode *inode, struct file *file,
 
 
 #ifdef CONFIG_PROC_FS
-static struct file_operations isdn_fops =
+static const struct file_operations isdn_fops =
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,