ODROID-C:rtc hwclock cmd error fix.

Signed-off-by: ckkim <changkon12@gmail.com>
Change-Id: I81afdcd7a9dbcce04b7fd8201afd63939c5fd305
This commit is contained in:
ckkim
2020-10-26 11:28:28 +09:00
parent 75d11cd05c
commit 1391acdbcf

View File

@@ -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[] = {