mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
rtc: 88pm80x: remove unused pm80x_rtc_info members
pm80x_rtc_info.calib_work and pm80x_rtc_info.vrtc are never used, remove them. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
48b29c7fc2
commit
ba78d51bdf
@ -52,10 +52,8 @@ struct pm80x_rtc_info {
|
|||||||
struct regmap *map;
|
struct regmap *map;
|
||||||
struct rtc_device *rtc_dev;
|
struct rtc_device *rtc_dev;
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
struct delayed_work calib_work;
|
|
||||||
|
|
||||||
int irq;
|
int irq;
|
||||||
int vrtc;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static irqreturn_t rtc_update_handler(int irq, void *data)
|
static irqreturn_t rtc_update_handler(int irq, void *data)
|
||||||
|
Loading…
Reference in New Issue
Block a user