]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: make inline functions static
authorStephen Hemminger <sthemmin@microsoft.com>
Tue, 23 Aug 2016 19:17:48 +0000 (12:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Aug 2016 19:05:36 +0000 (12:05 -0700)
commit817b79a8ade6f3af200181c8b84f6b9f28a3ea56
tree5a4a6a71197554762f5deec5909cfbc1e0c308f6
parentc6cf208fc192226bbbc95b13d8c5b7aa3a2d1c75
hv_netvsc: make inline functions static

Several new functions were introduced into hyperv.h but only used in one file.
Move them and let compiler decide on inline.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc.c
include/linux/hyperv.h