diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-25 15:58:10 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-26 16:08:53 +0300 |
commit | acecb3ad8b21a519ce4ad728106d45d4e978bb56 (patch) | |
tree | fe275bcd4dd62c55faead9de0973a46e3656ac5a /include/linux/rtc.h | |
parent | 1560d0848a1a84db6c1d9b17c14273c0dae41828 (diff) | |
download | linux-acecb3ad8b21a519ce4ad728106d45d4e978bb56.tar.xz |
rtc: remove irq_task and irq_task_lock
There is no way to set a periodic task anymore, remove task pointer and
lock.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r-- | include/linux/rtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index f868d6b619ab..8cc23fdfd4ee 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h @@ -121,8 +121,6 @@ struct rtc_device { wait_queue_head_t irq_queue; struct fasync_struct *async_queue; - struct rtc_task *irq_task; - spinlock_t irq_task_lock; int irq_freq; int max_user_freq; |