diff options
Diffstat (limited to 'drivers/char/briq_panel.c')
-rw-r--r-- | drivers/char/briq_panel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/briq_panel.c b/drivers/char/briq_panel.c index 9f8082f8dd29..8dcf9d20f449 100644 --- a/drivers/char/briq_panel.c +++ b/drivers/char/briq_panel.c | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | #include <linux/types.h> | 9 | #include <linux/types.h> |
10 | #include <linux/errno.h> | 10 | #include <linux/errno.h> |
11 | #include <linux/sched.h> | ||
12 | #include <linux/tty.h> | 11 | #include <linux/tty.h> |
13 | #include <linux/timer.h> | 12 | #include <linux/timer.h> |
14 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
@@ -187,7 +186,7 @@ static ssize_t briq_panel_write(struct file *file, const char __user *buf, size_ | |||
187 | return len; | 186 | return len; |
188 | } | 187 | } |
189 | 188 | ||
190 | static struct file_operations briq_panel_fops = { | 189 | static const struct file_operations briq_panel_fops = { |
191 | .owner = THIS_MODULE, | 190 | .owner = THIS_MODULE, |
192 | .read = briq_panel_read, | 191 | .read = briq_panel_read, |
193 | .write = briq_panel_write, | 192 | .write = briq_panel_write, |