|
@@ -202,7 +202,8 @@ struct rtc_device
|
|
struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */
|
|
struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */
|
|
int pie_enabled;
|
|
int pie_enabled;
|
|
struct work_struct irqwork;
|
|
struct work_struct irqwork;
|
|
-
|
|
|
|
|
|
+ /* Some hardware can't support UIE mode */
|
|
|
|
+ int uie_unsupported;
|
|
|
|
|
|
#ifdef CONFIG_RTC_INTF_DEV_UIE_EMUL
|
|
#ifdef CONFIG_RTC_INTF_DEV_UIE_EMUL
|
|
struct work_struct uie_task;
|
|
struct work_struct uie_task;
|