spa: support: add missing static

This commit is contained in:
Barnabás Pőcze 2023-12-30 01:09:00 +01:00
parent e7e6742200
commit a834da988c

View file

@ -510,7 +510,7 @@ impl_get_size(const struct spa_handle_factory *factory,
return sizeof(struct impl);
}
int get_phc_index(struct spa_system *s, const char *name) {
static int get_phc_index(struct spa_system *s, const char *name) {
#ifdef ETHTOOL_GET_TS_INFO
struct ethtool_ts_info info = {0};
struct ifreq ifr = {0};