]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/hpfs/dir.c
[PATCH] nvidiafb: Use generic DDC reading
[mv-sheeva.git] / fs / hpfs / dir.c
index 5591f9623aa2299840c5cd1d894702a59d982bde..ecc9180645ae1a12b70beab00bc5561f602c4a65 100644 (file)
@@ -310,7 +310,7 @@ struct dentry *hpfs_lookup(struct inode *dir, struct dentry *dentry, struct name
        return ERR_PTR(-ENOENT);
 }
 
-struct file_operations hpfs_dir_ops =
+const struct file_operations hpfs_dir_ops =
 {
        .llseek         = hpfs_dir_lseek,
        .read           = generic_read_dir,