[Skiboot] [PATCH 1/2] rtc: Remove the not used prototype
Neelesh Gupta
neelegup at linux.vnet.ibm.com
Mon Jan 19 17:12:20 AEDT 2015
This seem to be left behind during the previous commit for creating
a generic interface of reading the cached tod on non-fsp systems.
So, remove the old prototype fsp_rtc_get_cached_tod().
Signed-off-by: Neelesh Gupta <neelegup at linux.vnet.ibm.com>
---
include/fsp.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/fsp.h b/include/fsp.h
index ead1680..9bb7fd8 100644
--- a/include/fsp.h
+++ b/include/fsp.h
@@ -730,8 +730,6 @@ extern void fsp_nvram_wait_open(void);
/* RTC */
extern void fsp_rtc_init(void);
-extern int fsp_rtc_get_cached_tod(uint32_t *year_month_day,
- uint64_t *hour_minute_second_millisecond);
/* ELOG */
extern void fsp_elog_read_init(void);
More information about the Skiboot
mailing list