X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fm68k%2Fbvme6000%2Frtc.c;h=a812d03879f891b8e69501f13b2c410ae7241b01;hb=9cdd79c9b99873d600d397fda012fc3f57cc2776;hp=15c16b62dff5cf604c029ff34f59fbe281f07476;hpb=debf798b1ed82053689d900670eb27fb2f1b4bd3;p=pandora-kernel.git diff --git a/arch/m68k/bvme6000/rtc.c b/arch/m68k/bvme6000/rtc.c index 15c16b62dff5..a812d03879f8 100644 --- a/arch/m68k/bvme6000/rtc.c +++ b/arch/m68k/bvme6000/rtc.c @@ -159,7 +159,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 = { .ioctl = rtc_ioctl, .open = rtc_open, .release = rtc_release,