]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/rtc/rtc-proc.c
V4L/DVB (4244): Implement use of cx2341x module in pvrusb2 driver
[linux-2.6-omap-h63xx.git] / drivers / rtc / rtc-proc.c
index 90b8a97a091988801823e41124ddbb60ba4f24cf..cef5f5a3bbf9298233e25a2da7ba9dcc464133b2 100644 (file)
@@ -71,6 +71,8 @@ static int rtc_proc_show(struct seq_file *seq, void *offset)
                                alrm.pending ? "yes" : "no");
        }
 
+       seq_printf(seq, "24hr\t\t: yes\n");
+
        if (ops->proc)
                ops->proc(class_dev->dev, seq);