diff options
author | Jordan Niethe <jniethe5@gmail.com> | 2019-04-16 15:30:23 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-04-17 09:26:40 +1000 |
commit | 9fde370b03c05984bf4401cef2b8e59788758966 (patch) | |
tree | 53e14fe54ce1e5ef2e5dc1b41170d51677118b52 | |
parent | af5a3ee925d11f4e4e5276ccd5c6ec20b2d2df9f (diff) | |
download | skiboot-9fde370b03c05984bf4401cef2b8e59788758966.zip skiboot-9fde370b03c05984bf4401cef2b8e59788758966.tar.gz skiboot-9fde370b03c05984bf4401cef2b8e59788758966.tar.bz2 |
chiptod: Remove unused prototype from header
There is prototype for chiptod_reset_tb() in include/chiptod.h. However
no definition is ever provided, nor is it ever used. Remove the
prototype.
Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r-- | include/chiptod.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/chiptod.h b/include/chiptod.h index 3717e66..1a78980 100644 --- a/include/chiptod.h +++ b/include/chiptod.h @@ -34,7 +34,6 @@ extern bool tfmr_recover_local_errors(uint64_t tfmr); extern bool recover_corrupt_tfmr(void); extern void tfmr_cleanup_core_errors(uint64_t tfmr); extern int tfmr_clear_core_errors(uint64_t tfmr); -extern void chiptod_reset_tb(void); extern bool chiptod_adjust_topology(enum chiptod_topology topo, bool enable); extern bool chiptod_capp_timebase_sync(unsigned int chip_id, uint32_t tfmr_addr, uint32_t tb_addr, uint32_t offset); |