From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] rtc-lib: drop unused rtc_ydays
Date: Thu, 11 May 2017 08:02:59 +0200 [thread overview]
Message-ID: <20170511060259.fp7njo4unmdml3bv@pengutronix.de> (raw)
In-Reply-To: <20170510044450.1373-1-antonynpavlov@gmail.com>
On Wed, May 10, 2017 at 07:44:50AM +0300, Antony Pavlov wrote:
> The patch fixes this compiler's warning:
>
> drivers/rtc/rtc-lib.c:23:29: warning: ‘rtc_ydays’ defined but not used [-Wunused-const-variable=]
> static const unsigned short rtc_ydays[2][13] = {
> ^~~~~~~~~
>
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Applied, thanks
Sascha
> ---
> drivers/rtc/rtc-lib.c | 7 -------
> 1 file changed, 7 deletions(-)
>
> diff --git a/drivers/rtc/rtc-lib.c b/drivers/rtc/rtc-lib.c
> index 83d80455d..4a2d34fcf 100644
> --- a/drivers/rtc/rtc-lib.c
> +++ b/drivers/rtc/rtc-lib.c
> @@ -20,13 +20,6 @@ static const unsigned char rtc_days_in_month[] = {
> 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
> };
>
> -static const unsigned short rtc_ydays[2][13] = {
> - /* Normal years */
> - { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
> - /* Leap years */
> - { 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366 }
> -};
> -
> #define LEAPS_THRU_END_OF(y) ((y)/4 - (y)/100 + (y)/400)
>
> /*
> --
> 2.11.0
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2017-05-11 6:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-10 4:44 Antony Pavlov
2017-05-11 6:02 ` Sascha Hauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170511060259.fp7njo4unmdml3bv@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox