The patch titled drivers/rtc/rtc-pcf8563.c: remove unused struct has been added to the -mm tree. Its filename is drivers-rtc-rtc-pcf8563c-remove-unused-struct.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/rtc/rtc-pcf8563.c: remove unused struct From: Graham Gower <graham.gower@xxxxxxxxx> Signed-off-by: Graham Gower <graham.gower@xxxxxxxxx> Acked-by: Wan ZongShun <mcuos.com@xxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-pcf8563.c | 8 -------- 1 file changed, 8 deletions(-) diff -puN drivers/rtc/rtc-pcf8563.c~drivers-rtc-rtc-pcf8563c-remove-unused-struct drivers/rtc/rtc-pcf8563.c --- a/drivers/rtc/rtc-pcf8563.c~drivers-rtc-rtc-pcf8563c-remove-unused-struct +++ a/drivers/rtc/rtc-pcf8563.c @@ -172,14 +172,6 @@ static int pcf8563_set_datetime(struct i return 0; } -struct pcf8563_limit -{ - unsigned char reg; - unsigned char mask; - unsigned char min; - unsigned char max; -}; - static int pcf8563_rtc_read_time(struct device *dev, struct rtc_time *tm) { return pcf8563_get_datetime(to_i2c_client(dev), tm); _ Patches currently in -mm which might be from graham.gower@xxxxxxxxx are drivers-rtc-rtc-pcf8563c-remove-unused-struct.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html