X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fphonedev.h;h=4269de99e320afae47c4e96428636f07286668a6;hb=5e31c2bd3c865f8f474811340182795396b99696;hp=a0e31adf3abe1e6b2b457da037c1ceaf71658df4;hpb=0da36b3467040908d3df6bc1f5b4d592a8b23b63;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;