X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fds1286.c;h=d755cac14bc12b051efab89ae4a55381776d9701;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=21c8229f544388cfb2d75f68218abaac215b4c17;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/drivers/char/ds1286.c b/drivers/char/ds1286.c index 21c8229f5..d755cac14 100644 --- a/drivers/char/ds1286.c +++ b/drivers/char/ds1286.c @@ -281,7 +281,7 @@ static unsigned int ds1286_poll(struct file *file, poll_table *wait) * The various file operations we support. */ -static const struct file_operations ds1286_fops = { +static struct file_operations ds1286_fops = { .llseek = no_llseek, .read = ds1286_read, .poll = ds1286_poll,