]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/phonedev.h
fsnotify: handle subfiles' perm events
[karo-tx-linux.git] / include / linux / phonedev.h
index a0e31adf3abe1e6b2b457da037c1ceaf71658df4..4269de99e320afae47c4e96428636f07286668a6 100644 (file)
@@ -9,7 +9,7 @@
 
 struct phone_device {
        struct phone_device *next;
-       struct file_operations *f_op;
+       const struct file_operations *f_op;
        int (*open) (struct phone_device *, struct file *);
        int board;              /* Device private index */
        int minor;