diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-25 08:58:10 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-26 09:08:53 -0400 |
commit | acecb3ad8b21a519ce4ad728106d45d4e978bb56 (patch) | |
tree | fe275bcd4dd62c55faead9de0973a46e3656ac5a /include/linux/rtc.h | |
parent | 1560d0848a1a84db6c1d9b17c14273c0dae41828 (diff) |
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 { | |||
121 | wait_queue_head_t irq_queue; | 121 | wait_queue_head_t irq_queue; |
122 | struct fasync_struct *async_queue; | 122 | struct fasync_struct *async_queue; |
123 | 123 | ||
124 | struct rtc_task *irq_task; | ||
125 | spinlock_t irq_task_lock; | ||
126 | int irq_freq; | 124 | int irq_freq; |
127 | int max_user_freq; | 125 | int max_user_freq; |
128 | 126 | ||