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:
parent
e1cf0d0853
commit
2fa09f338b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user