X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fcommon%2Frtctime.c;h=bf1075e1f571d32794e92fd01aa18c2594a53971;hb=b643b0fdbc59cf6bbb086974b29d2571e9e9f646;hp=4e5445cfb0ea696eff688baf7ecd364f9697fc80;hpb=699a71238856b19091503c671bac8abb1e3f9a3a;p=pandora-kernel.git diff --git a/arch/arm/common/rtctime.c b/arch/arm/common/rtctime.c index 4e5445cfb0ea..bf1075e1f571 100644 --- a/arch/arm/common/rtctime.c +++ b/arch/arm/common/rtctime.c @@ -329,7 +329,7 @@ static int rtc_fasync(int fd, struct file *file, int on) return fasync_helper(fd, file, on, &rtc_async_queue); } -static struct file_operations rtc_fops = { +static const struct file_operations rtc_fops = { .owner = THIS_MODULE, .llseek = no_llseek, .read = rtc_read,