Commit 8992f885 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/hal_ports: removed unused function

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: Maciej Lipinski's avatarMaciej Lipinski <maciej.lipinski@cern.ch>
parent 00c88035
......@@ -691,8 +691,3 @@ int hal_port_query_ports(struct hexp_port_list *list)
return 0;
}
/* Maciek's ptpx export for checking the presence of the external 10 MHz ref clock */
int hal_extsrc_check_lock()
{
return (hal_get_timing_mode() != HAL_TIMING_MODE_BC) ? 1 : 0;
}
......@@ -74,7 +74,6 @@ int hal_add_cleanup_callback(hal_cleanup_callback_t cb);
int hal_port_start_lock(const char *port_name, int priority);
int hal_port_check_lock(const char *port_name);
int hal_port_enable_tracking(const char *port_name);
int hal_extsrc_check_lock(void); // added by ML
int hal_init_timing();
int hal_get_timing_mode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment