Commit b21a841c authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: pcf85363: remove useless forward declaration

It is not necessary to forward declare pcf85363_driver as it is not used
before being declared.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 176a5ee3
......@@ -112,8 +112,6 @@
#define NVRAM_SIZE 0x40
static struct i2c_driver pcf85363_driver;
struct pcf85363 {
struct rtc_device *rtc;
struct regmap *regmap;
......
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