From: Erik Arfvidson <[email protected]>

this patch removes unused chipset command on the guest
CONTROLVM_CHIPSET_SHUTDOWN

Signed-off-by: Erik Arfvidson <[email protected]>
Signed-off-by: Benjamin Romer <[email protected]>
---
 drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h 
b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
index 045c922..a15095c 100644
--- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
+++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
@@ -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 */
 
-- 
2.1.4

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to