]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: remove unused CONTROLVM_CHIPSET_SHUTDOWN
authorErik Arfvidson <erik.arfvidson@unisys.com>
Tue, 5 May 2015 22:36:44 +0000 (18:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:26:06 +0000 (15:26 +0200)
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>
drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h

index 045c9223d0f8cb02baa84af67aebec8a7ac889ce..a15095c538aada5b100d359eeb3a18743d3cec23 100644 (file)
@@ -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 */