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)
commit30d1de08c87ddde6f73936c3350e7e153988fe02
tree5a4a6a71197554762f5deec5909cfbc1e0c308f6
parent796cc88c32c1bd1f833d596448ac785a8736e57c
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