summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/visorchipset.c
diff options
context:
space:
mode:
authorDavid Kershner2017-08-22 19:27:20 +0200
committerGreg Kroah-Hartman2017-08-23 00:12:52 +0200
commitf79e1dfdbcd8e3d6aa2ae1760f2ef272b04e0f4f (patch)
tree490b41663d2e07c6800b4a30590ef8061e30a23e /drivers/staging/unisys/visorbus/visorchipset.c
parentstaging: unisys: Move VNIC GUID to visornic (diff)
downloadkernel-qcow2-linux-f79e1dfdbcd8e3d6aa2ae1760f2ef272b04e0f4f.tar.gz
kernel-qcow2-linux-f79e1dfdbcd8e3d6aa2ae1760f2ef272b04e0f4f.tar.xz
kernel-qcow2-linux-f79e1dfdbcd8e3d6aa2ae1760f2ef272b04e0f4f.zip
staging: unisys: Move SIOVM guid to visorbus
The SIOVM guid is only used by visorchipset. So define it there instead of a global header file. Reviewed-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorbus/visorchipset.c')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index ced112830316..29475ccf81c1 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -19,6 +19,11 @@
#include "visorbus.h"
#include "visorbus_private.h"
+/* {72120008-4AAB-11DC-8530-444553544200} */
+#define VISOR_SIOVM_GUID \
+ GUID_INIT(0x72120008, 0x4AAB, 0x11DC, \
+ 0x85, 0x30, 0x44, 0x45, 0x53, 0x54, 0x42, 0x00)
+
static const guid_t visor_vhba_channel_guid = VISOR_VHBA_CHANNEL_GUID;
static const guid_t visor_siovm_guid = VISOR_SIOVM_GUID;
static const guid_t visor_controlvm_channel_guid = VISOR_CONTROLVM_CHANNEL_GUID;