]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
hv_netvsc: select needed ucs2_string routine
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 20 Apr 2018 15:48:47 +0000 (08:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Apr 2018 01:07:03 +0000 (21:07 -0400)
commit48d7a07ba355c7056e66adcdd35379d12e48252b
tree814b4c561ba60d3ff4bdf72dd0d6638266629bc4
parente0ada51db907ed2db5d46ad7ff86a8b5df68e59b
hv_netvsc: select needed ucs2_string routine

The conversion of rndis friendly name to utf8 uses a standard
kernel routine which is optional in config. Therefore build
would fail for some configurations. Resolve by selecting needed
library.

Fixes: 0fe554a46a0f ("hv_netvsc: propogate Hyper-V friendly name into interface alias")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/Kconfig