mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
staging: unisys: remove unused CONTROLVM_CHIPSET_SHUTDOWN
this patch removes unused chipset command on the guest CONTROLVM_CHIPSET_SHUTDOWN Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
680385e381
commit
91087bb384
@@ -91,7 +91,6 @@ enum controlvm_id {
|
||||
/* CHIPSET commands */
|
||||
CONTROLVM_CHIPSET_INIT = 0x301, /* CP --> SP, GP */
|
||||
CONTROLVM_CHIPSET_STOP = 0x302, /* CP --> SP, GP */
|
||||
CONTROLVM_CHIPSET_SHUTDOWN = 0x303, /* CP --> SP */
|
||||
CONTROLVM_CHIPSET_READY = 0x304, /* CP --> SP */
|
||||
CONTROLVM_CHIPSET_SELFTEST = 0x305, /* CP --> SP */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user