power: remove duplicate definition

The CHANNEL_CMDS_MAX_VM_CHANNELS is duplicated in the channel_commands
header file. This commit removes that duplication.

Fixes: 210c383e24 ("power: packet format for vm power management")

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
Aaron Conole 2015-10-23 16:03:57 -04:00 committed by Thomas Monjalon
parent e1cf0d0853
commit 2fa09f338b

View File

@ -50,9 +50,6 @@ extern "C" {
/* Maximum number of channels per VM */
#define CHANNEL_CMDS_MAX_VM_CHANNELS 64
/* Maximum number of channels per VM */
#define CHANNEL_CMDS_MAX_VM_CHANNELS 64
/* Valid Commands */
#define CPU_POWER 1
#define CPU_POWER_CONNECT 2