Commit 51319662 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorbus: move parahotplug_request_list and related lock



parahotplug_request_list and parahotplug_request_list_lock should be
defined closer to where we are actually using them.

Reported-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7a0ee694
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -177,9 +177,6 @@ struct parahotplug_request {
	struct controlvm_message msg;
};

static LIST_HEAD(parahotplug_request_list);
static DEFINE_SPINLOCK(parahotplug_request_list_lock);	/* lock for above */

/* info for /dev/visorchipset */
static dev_t major_dev = -1; /*< indicates major num for device */

@@ -1208,6 +1205,9 @@ parahotplug_request_destroy(struct parahotplug_request *req)
	kfree(req);
}

static LIST_HEAD(parahotplug_request_list);
static DEFINE_SPINLOCK(parahotplug_request_list_lock);	/* lock for above */

/**
 * parahotplug_request_complete() - mark request as complete
 * @id:     the id of the request