aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phonedev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/phonedev.h')
-rw-r--r--include/linux/phonedev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phonedev.h b/include/linux/phonedev.h
index a0e31adf3abe..4269de99e320 100644
--- a/include/linux/phonedev.h
+++ b/include/linux/phonedev.h
@@ -9,7 +9,7 @@
9 9
10struct phone_device { 10struct phone_device {
11 struct phone_device *next; 11 struct phone_device *next;
12 struct file_operations *f_op; 12 const struct file_operations *f_op;
13 int (*open) (struct phone_device *, struct file *); 13 int (*open) (struct phone_device *, struct file *);
14 int board; /* Device private index */ 14 int board; /* Device private index */
15 int minor; 15 int minor;