X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fip27-rtc.c;fp=drivers%2Fchar%2Fip27-rtc.c;h=a48da02aad2f3ae1480cb0df48b78ae4bcbb8e50;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=3acdac3c967eec037fe9130e6cff011c0ff84077;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/drivers/char/ip27-rtc.c b/drivers/char/ip27-rtc.c index 3acdac3c9..a48da02aa 100644 --- a/drivers/char/ip27-rtc.c +++ b/drivers/char/ip27-rtc.c @@ -196,7 +196,7 @@ static int rtc_release(struct inode *inode, struct file *file) * The various file operations we support. */ -static struct file_operations rtc_fops = { +static const struct file_operations rtc_fops = { .owner = THIS_MODULE, .ioctl = rtc_ioctl, .open = rtc_open,