rte_power_freq_min function did not include "extern" keyword,
causing linking errors.
Fixes:
445c6528b55f ("power: common interface for guest and host")
Reported-by: Ildar Mustafin <imustafin@bk.ru>
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
* - 0 on success without frequency changed.
* - Negative on error.
*/
-rte_power_freq_change_t rte_power_freq_min;
+extern rte_power_freq_change_t rte_power_freq_min;
#ifdef __cplusplus
}