|
@@ -105,8 +105,8 @@ static struct notifier_block hyperv_panic_block = {
|
|
|
|
|
|
static const char *fb_mmio_name = "fb_range";
|
|
static const char *fb_mmio_name = "fb_range";
|
|
static struct resource *fb_mmio;
|
|
static struct resource *fb_mmio;
|
|
-struct resource *hyperv_mmio;
|
|
|
|
-DEFINE_SEMAPHORE(hyperv_mmio_lock);
|
|
|
|
|
|
+static struct resource *hyperv_mmio;
|
|
|
|
+static DEFINE_SEMAPHORE(hyperv_mmio_lock);
|
|
|
|
|
|
static int vmbus_exists(void)
|
|
static int vmbus_exists(void)
|
|
{
|
|
{
|