aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeelesh Gupta <neelegup@linux.vnet.ibm.com>2015-01-19 11:42:20 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-01-22 15:47:28 +1100
commit2e534bfaf79c89508a9c624afbc1f97e75bfb852 (patch)
treeab58188081dcefcca76d35f468da8d6ee4231abc
parentf01254e7034a974d48ffb3085dc1b07b8767e954 (diff)
downloadskiboot-2e534bfaf79c89508a9c624afbc1f97e75bfb852.zip
skiboot-2e534bfaf79c89508a9c624afbc1f97e75bfb852.tar.gz
skiboot-2e534bfaf79c89508a9c624afbc1f97e75bfb852.tar.bz2
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 <neelegup@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--include/fsp.h2
1 files changed, 0 insertions, 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);