mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
spa: support: add missing static
This commit is contained in:
parent
e7e6742200
commit
a834da988c
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ impl_get_size(const struct spa_handle_factory *factory,
|
||||||
return sizeof(struct impl);
|
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
|
#ifdef ETHTOOL_GET_TS_INFO
|
||||||
struct ethtool_ts_info info = {0};
|
struct ethtool_ts_info info = {0};
|
||||||
struct ifreq ifr = {0};
|
struct ifreq ifr = {0};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue