X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fphonedev.h;h=4269de99e320afae47c4e96428636f07286668a6;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=a0e31adf3abe1e6b2b457da037c1ceaf71658df4;hpb=e130bedb7ce718a8eb6b56a3806b96281f618111;p=linux-2.6 diff --git a/include/linux/phonedev.h b/include/linux/phonedev.h index a0e31adf3a..4269de99e3 100644 --- a/include/linux/phonedev.h +++ b/include/linux/phonedev.h @@ -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;