forked from Minki/linux
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
@ -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 New Issue
Block a user