Commit ef58f5d1 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman

Staging: hv: Make hv_pci_dev a static variable

Make hv_pci_dev a static variable.
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 71a6655d
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include "vmbus_private.h" #include "vmbus_private.h"
struct pci_dev *hv_pci_dev; static struct pci_dev *hv_pci_dev;
/* Main vmbus driver data structure */ /* Main vmbus driver data structure */
struct hv_bus { struct hv_bus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment