cosmetic: remove dead code

Patch by Octasic inc.

Change-Id: I40ff0b95349308693bec5f4ae56ec7f2f14202e5
This commit is contained in:
Philipp Maier 2018-03-23 16:58:20 +01:00
parent 5f17e6138e
commit ec674ac745
1 changed files with 0 additions and 8 deletions

View File

@ -285,14 +285,6 @@ static const struct value_string clocksync_sel_vals[] = {
{ 0, NULL }
};
static const struct value_string clocksync_source_state_vals[] = {
{ cOCTVC1_HW_CLOCK_SYNC_MGR_SOURCE_STATE_ENUM_INVALID, "Invalid" },
{ cOCTVC1_HW_CLOCK_SYNC_MGR_SOURCE_STATE_ENUM_VALID, "Valid" },
{ cOCTVC1_HW_CLOCK_SYNC_MGR_SOURCE_STATE_ENUM_UNSPECIFIED,
"Unspecified" },
{ 0, NULL }
};
/* Chapter 12.15 */
static int get_clock_sync_compl_cb(struct octphy_hdl *fl1, struct msgb *resp,
void *data)