The RTC ioctl() method is now a configuration option

This commit is contained in:
Gregory Nutt 2015-02-18 08:23:10 -06:00
parent 57eb72a13f
commit d3196ca5c3

View File

@ -118,7 +118,9 @@ static const struct rtc_ops_s g_rtc_ops =
.rdwkalm = NULL,
.setwkalm = NULL,
#endif
#ifdef CONFIG_RTC_IOCTL
.ioctl = NULL,
#endif
.destroy = NULL,
};