diff options
Diffstat (limited to 'drivers/char/ppdev.c')
| -rw-r--r-- | drivers/char/ppdev.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/char/ppdev.c b/drivers/char/ppdev.c index 24231d9743dc..520d2cf82bc0 100644 --- a/drivers/char/ppdev.c +++ b/drivers/char/ppdev.c @@ -739,7 +739,7 @@ static unsigned int pp_poll (struct file * file, poll_table * wait)  static struct class *ppdev_class; -static struct file_operations pp_fops = { +static const struct file_operations pp_fops = {  	.owner		= THIS_MODULE,  	.llseek		= no_llseek,  	.read		= pp_read, | 
