[PATCH] tty_io.c: keep davej sane
[deliverable/linux.git] / drivers / char / genrtc.c
index bebd7e34f792714b5126ebd0429e0adb67a7ca36..817dc409ac20a054c00219b4b8860b0c4d2ddff8 100644 (file)
@@ -482,7 +482,7 @@ static inline int gen_rtc_proc_init(void) { return 0; }
  *     The various file operations we support.
  */
 
-static struct file_operations gen_rtc_fops = {
+static const struct file_operations gen_rtc_fops = {
        .owner          = THIS_MODULE,
 #ifdef CONFIG_GEN_RTC_X
        .read           = gen_rtc_read,
This page took 0.024576 seconds and 5 git commands to generate.