vmbus: make channel attributes static
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 4 Jan 2018 22:13:25 +0000 (14:13 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Jan 2018 17:02:59 +0000 (18:02 +0100)
commit875c362b69b9e238cf1c2c5c454d5ab9469b20e9
tree71620e2917652b7d9e0f77c065f5d944e275cbe2
parent21d02ddf716669e182a13b69b4dd928cf8ef5e0f
vmbus: make channel attributes static

These channel attribute data structures are only used by
vmbus_drv sysfs routines.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/vmbus_drv.c