Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/rtc/rtc-pcf8563.c: remove unused struct

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Wan ZongShun <mcuos.com@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Graham Gower and committed by
Linus Torvalds
bdaf886f 70d2a0ba

-8
-8
drivers/rtc/rtc-pcf8563.c
··· 172 172 return 0; 173 173 } 174 174 175 - struct pcf8563_limit 176 - { 177 - unsigned char reg; 178 - unsigned char mask; 179 - unsigned char min; 180 - unsigned char max; 181 - }; 182 - 183 175 static int pcf8563_rtc_read_time(struct device *dev, struct rtc_time *tm) 184 176 { 185 177 return pcf8563_get_datetime(to_i2c_client(dev), tm);