X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fefirtc.c;fp=drivers%2Fchar%2Fefirtc.c;h=0090e7a4fcd34bd67cd04c73869072fce59bf7e7;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=004141d535a27852eda7d3a9ea287893ea3db2e7;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/char/efirtc.c b/drivers/char/efirtc.c index 004141d53..0090e7a4f 100644 --- a/drivers/char/efirtc.c +++ b/drivers/char/efirtc.c @@ -285,7 +285,7 @@ efi_rtc_close(struct inode *inode, struct file *file) * The various file operations we support. */ -static const struct file_operations efi_rtc_fops = { +static struct file_operations efi_rtc_fops = { .owner = THIS_MODULE, .ioctl = efi_rtc_ioctl, .open = efi_rtc_open,