Skip to content

Commit

Permalink
chiptod: Remove unused prototype from header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
iamjpn authored and stewartsmith committed Apr 16, 2019
1 parent af5a3ee commit 9fde370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/chiptod.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9fde370

Please sign in to comment.