mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ovs: internal_set_rx_headroom() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b73f96fcb4
commit
e014e84685
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ internal_get_stats(struct net_device *dev, struct rtnl_link_stats64 *stats)
|
|||
return stats;
|
||||
}
|
||||
|
||||
void internal_set_rx_headroom(struct net_device *dev, int new_hr)
|
||||
static void internal_set_rx_headroom(struct net_device *dev, int new_hr)
|
||||
{
|
||||
dev->needed_headroom = new_hr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue