From 2e534bfaf79c89508a9c624afbc1f97e75bfb852 Mon Sep 17 00:00:00 2001 From: Neelesh Gupta Date: Mon, 19 Jan 2015 11:42:20 +0530 Subject: rtc: Remove the not used prototype 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 Signed-off-by: Stewart Smith --- 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); -- cgit v1.1