summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-10-23 20:30:17 +0200
committerGreg Kroah-Hartman2014-10-27 03:33:10 +0100
commit53bebb13a2ee242d33aaa3299d079e8d666a5773 (patch)
tree9187a811a96b344fc387fd2061969706715a39f2 /drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
parentstaging: unisys: fix CamelCase in SPAR_CONTROLVM_CHANNEL_OK_CLIENT (diff)
downloadkernel-qcow2-linux-53bebb13a2ee242d33aaa3299d079e8d666a5773.tar.gz
kernel-qcow2-linux-53bebb13a2ee242d33aaa3299d079e8d666a5773.tar.xz
kernel-qcow2-linux-53bebb13a2ee242d33aaa3299d079e8d666a5773.zip
staging: unisys: remove typedef CONTROLVM_ID
Replace the typedef for CONTROLVM_ID with enum controlvm_id, and update all references to the old typedef. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h')
-rw-r--r--drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
index c168e148a0c1..20e464eb4dde 100644
--- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
+++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
@@ -82,7 +82,7 @@ static const uuid_le spar_controlvm_channel_protocol_uuid =
* - issued on the EventQueue queue (q #2) in the ControlVm channel
* - responded to on the EventAckQueue queue (q #3) in the ControlVm channel
*/
-enum control_vm_id {
+enum controlvm_id {
CONTROLVM_INVALID = 0,
/* SWITCH commands required Parameter: SwitchNumber */
/* BUS commands required Parameter: BusNumber */