ARM: rockchip: rk3228: add grf definition
[firefly-linux-kernel-4.4.55.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;