]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: pcf85363: remove useless forward declaration
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 10 Apr 2019 20:56:03 +0000 (22:56 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 11 Apr 2019 14:42:55 +0000 (16:42 +0200)
commitb21a841c4c1a6b849e2c02e734b8a325a5a1db67
tree5b9c5b5e1c48bda57a4a2e0555e1b8e391bda65f
parent176a5ee32c250918e8e2ad5e0ce0f35eaf3479ee
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>
drivers/rtc/rtc-pcf85363.c