[PATCH 4/5] rtc: pcf85363: remove useless forward declaration

From: Alexandre Belloni
Date: Wed Apr 10 2019 - 16:56:16 EST


It is not necessary to forward declare pcf85363_driver as it is not used
before being declared.

Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
---
drivers/rtc/rtc-pcf85363.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/rtc/rtc-pcf85363.c b/drivers/rtc/rtc-pcf85363.c
index 5e369846795e..afb1baacdaa7 100644
--- a/drivers/rtc/rtc-pcf85363.c
+++ b/drivers/rtc/rtc-pcf85363.c
@@ -112,8 +112,6 @@

#define NVRAM_SIZE 0x40

-static struct i2c_driver pcf85363_driver;
-
struct pcf85363 {
struct rtc_device *rtc;
struct regmap *regmap;
--
2.20.1