diff options
Diffstat (limited to 'drivers/rtc/rtc-proc.c')
| -rw-r--r-- | drivers/rtc/rtc-proc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-proc.c b/drivers/rtc/rtc-proc.c index 3d7f4547c7d..8d300e6d0d9 100644 --- a/drivers/rtc/rtc-proc.c +++ b/drivers/rtc/rtc-proc.c @@ -74,7 +74,7 @@ static int rtc_proc_show(struct seq_file *seq, void *offset)  	seq_printf(seq, "24hr\t\t: yes\n");  	if (ops->proc) -		ops->proc(rtc->class_dev.dev, seq); +		ops->proc(rtc->dev.parent, seq);  	return 0;  }  |