Commit ba78d51b authored by Alexandre Belloni's avatar Alexandre Belloni

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: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 48b29c7f
......@@ -52,10 +52,8 @@ struct pm80x_rtc_info {
struct regmap *map;
struct rtc_device *rtc_dev;
struct device *dev;
struct delayed_work calib_work;
int irq;
int vrtc;
};
static irqreturn_t rtc_update_handler(int irq, void *data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment