X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Ftipar.c;h=d30dc09dbbc9df2ffbb5c09e8f3cb32e334a49e2;hb=51bece910d2b0aca64cd3dee9fa2a8aa7feeadd9;hp=e0633a119d294a73e496c8ac6b1137eaecc378f8;hpb=6ab3d5624e172c553004ecc862bfeac16d9d68b7;p=pandora-kernel.git diff --git a/drivers/char/tipar.c b/drivers/char/tipar.c index e0633a119d29..d30dc09dbbc9 100644 --- a/drivers/char/tipar.c +++ b/drivers/char/tipar.c @@ -381,7 +381,7 @@ tipar_ioctl(struct inode *inode, struct file *file, /* ----- kernel module registering ------------------------------------ */ -static struct file_operations tipar_fops = { +static const struct file_operations tipar_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .read = tipar_read,