From: Alexandre Belloni Date: Wed, 10 Apr 2019 20:56:03 +0000 (+0200) Subject: rtc: pcf85363: remove useless forward declaration X-Git-Tag: v5.4-rc1~1028^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b21a841c4c1a6b849e2c02e734b8a325a5a1db67;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/drivers/rtc/rtc-pcf85363.c b/drivers/rtc/rtc-pcf85363.c index 5e36984..afb1baa 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;