diff options
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r-- | include/linux/rtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 5e22d4510d11..f662ae1aa621 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h | |||
@@ -145,7 +145,6 @@ struct rtc_device | |||
145 | const struct rtc_class_ops *ops; | 145 | const struct rtc_class_ops *ops; |
146 | struct mutex ops_lock; | 146 | struct mutex ops_lock; |
147 | 147 | ||
148 | struct class_device *rtc_dev; | ||
149 | struct cdev char_dev; | 148 | struct cdev char_dev; |
150 | struct mutex char_lock; | 149 | struct mutex char_lock; |
151 | 150 | ||