1
0
Fork 0

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: Alexandre Belloni <alexandre.belloni@bootlin.com>
hifive-unleashed-5.2
Alexandre Belloni 2019-04-10 22:56:03 +02:00
parent 176a5ee32c
commit b21a841c4c
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@
#define NVRAM_SIZE 0x40
static struct i2c_driver pcf85363_driver;
struct pcf85363 {
struct rtc_device *rtc;
struct regmap *regmap;