* [PATCH] rtc.h: drop unused U-Boot stuff; fix whitespace
@ 2014-07-03 9:19 Antony Pavlov
2014-07-07 6:22 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2014-07-03 9:19 UTC (permalink / raw)
To: barebox
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
include/rtc.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/include/rtc.h b/include/rtc.h
index c71ec4d..c2d8bce 100644
--- a/include/rtc.h
+++ b/include/rtc.h
@@ -31,7 +31,7 @@
* Note that there are small but significant differences to the
* common "struct time":
*
- * struct time: struct rtc_time:
+ * struct time: struct rtc_time:
* tm_mon 0 ... 11 1 ... 12
* tm_year years since 1900 years since 0
*/
@@ -48,10 +48,6 @@ struct rtc_time {
int tm_isdst;
};
-void rtc_get (struct rtc_time *);
-void rtc_set (struct rtc_time *);
-void rtc_reset (void);
-
void GregorianDay (struct rtc_time *);
void to_tm (int, struct rtc_time *);
unsigned long mktime (unsigned int, unsigned int, unsigned int,
--
2.0.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] rtc.h: drop unused U-Boot stuff; fix whitespace
2014-07-03 9:19 [PATCH] rtc.h: drop unused U-Boot stuff; fix whitespace Antony Pavlov
@ 2014-07-07 6:22 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-07-07 6:22 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Thu, Jul 03, 2014 at 01:19:38PM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Applied, thanks
Sascha
> ---
> include/rtc.h | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/include/rtc.h b/include/rtc.h
> index c71ec4d..c2d8bce 100644
> --- a/include/rtc.h
> +++ b/include/rtc.h
> @@ -31,7 +31,7 @@
> * Note that there are small but significant differences to the
> * common "struct time":
> *
> - * struct time: struct rtc_time:
> + * struct time: struct rtc_time:
> * tm_mon 0 ... 11 1 ... 12
> * tm_year years since 1900 years since 0
> */
> @@ -48,10 +48,6 @@ struct rtc_time {
> int tm_isdst;
> };
>
> -void rtc_get (struct rtc_time *);
> -void rtc_set (struct rtc_time *);
> -void rtc_reset (void);
> -
> void GregorianDay (struct rtc_time *);
> void to_tm (int, struct rtc_time *);
> unsigned long mktime (unsigned int, unsigned int, unsigned int,
> --
> 2.0.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-07 6:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-03 9:19 [PATCH] rtc.h: drop unused U-Boot stuff; fix whitespace Antony Pavlov
2014-07-07 6:22 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox