mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-C:rtc hwclock cmd error fix.
Signed-off-by: ckkim <changkon12@gmail.com> Change-Id: I81afdcd7a9dbcce04b7fd8201afd63939c5fd305
This commit is contained in:
@@ -709,7 +709,7 @@ static ssize_t show_rtc_reg(struct class *class,
|
||||
static const struct rtc_class_ops aml_rtc_ops ={
|
||||
.read_time = aml_rtc_read_time,
|
||||
.set_time = aml_rtc_write_time,
|
||||
.set_alarm = aml_rtc_set_alarm,
|
||||
// .set_alarm = aml_rtc_set_alarm,
|
||||
};
|
||||
|
||||
static struct class_attribute rtc_class_attrs[] = {
|
||||
|
||||
Reference in New Issue
Block a user