X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fchar%2Fcs5535_gpio.c;h=8ce3f34cfc2226ac213f1eeec63b84908c4313e8;hb=bb831eb2027c12a740ad4e4ad78f2a0e841ae808;hp=46d66037b917c5851222b56af77f4b158ce793aa;hpb=a748422ee45725e04e1d3792fa19dfa90ddfd116;p=powerpc.git diff --git a/drivers/char/cs5535_gpio.c b/drivers/char/cs5535_gpio.c index 46d66037b9..8ce3f34cfc 100644 --- a/drivers/char/cs5535_gpio.c +++ b/drivers/char/cs5535_gpio.c @@ -158,7 +158,7 @@ static int cs5535_gpio_open(struct inode *inode, struct file *file) return nonseekable_open(inode, file); } -static struct file_operations cs5535_gpio_fops = { +static const struct file_operations cs5535_gpio_fops = { .owner = THIS_MODULE, .write = cs5535_gpio_write, .read = cs5535_gpio_read,