From: Erik Arfvidson Date: Tue, 5 May 2015 22:36:44 +0000 (-0400) Subject: staging: unisys: remove unused CONTROLVM_CHIPSET_SHUTDOWN X-Git-Tag: v4.2-rc1~88^2~794 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=91087bb384a24d73cef10c10fb0d9fd4b2cb40df;p=karo-tx-linux.git staging: unisys: remove unused CONTROLVM_CHIPSET_SHUTDOWN this patch removes unused chipset command on the guest CONTROLVM_CHIPSET_SHUTDOWN Signed-off-by: Erik Arfvidson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h index 045c9223d0f8..a15095c538aa 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 */