newdays            72 drivers/rtc/lib.c 		int newdays;
newdays            74 drivers/rtc/lib.c 		newdays = days - rtc_month_days(month, year);
newdays            75 drivers/rtc/lib.c 		if (newdays < 0)
newdays            77 drivers/rtc/lib.c 		days = newdays;