X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-proc.c;h=cef5f5a3bbf9298233e25a2da7ba9dcc464133b2;hb=00e5edcbfdb7030f6cbb8d5d89fdc2848133a182;hp=90b8a97a091988801823e41124ddbb60ba4f24cf;hpb=329b10bb0feacb7fb9a41389313ff0a51ae56f2a;p=linux-2.6 diff --git a/drivers/rtc/rtc-proc.c b/drivers/rtc/rtc-proc.c index 90b8a97a09..cef5f5a3bb 100644 --- a/drivers/rtc/rtc-proc.c +++ b/drivers/rtc/rtc-proc.c @@ -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);