rtc: pcf8523: Remove struct pcf8523
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sat, 23 Nov 2019 09:08:38 +0000 (18:08 +0900)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 27 Nov 2019 08:31:14 +0000 (09:31 +0100)
commit93966243cf90c055d89b5ebfbb8dee0f9ac6b0a2
tree3d52d96afd2e35b3d53852a8be8f86fdd8b21473
parent60bd22fc90630e19b616a3f329ae3958f0878ac6
rtc: pcf8523: Remove struct pcf8523

struct pcf8523 is referenced only by pcf8523_probe(). And member variable in
this is not referenced by any function. Remove struct pcf8523.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Link: https://lore.kernel.org/r/20191123090838.1619-1-nobuhiro1.iwamatsu@toshiba.co.jp
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf8523.c