diff mbox

[1/2] rtc: Remove the not used prototype

Message ID 20150119061156.22912.22151.stgit@localhost.localdomain
State Accepted
Headers show

Commit Message

Neelesh Gupta Jan. 19, 2015, 6:12 a.m. UTC
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@linux.vnet.ibm.com>
---
 include/fsp.h |    2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

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);