Driver: hv: vmbus: Make mmio resource local
authorStephen Hemminger <sthemmin@microsoft.com>
Wed, 7 Sep 2016 12:39:33 +0000 (05:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Sep 2016 10:57:55 +0000 (12:57 +0200)
commite2e808413425d82c8f162933a30304d10a5df231
treec46d30d94ea90be99520e6e8a05a74b7feb82c1c
parent65a532f3d50a266bcc5e9c7efc636006565e8e7e
Driver: hv: vmbus: Make mmio resource local

This fixes a sparse warning because hyperv_mmio resources
are only used in this one file and should be static.

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