From: Aaron Conole Date: Fri, 23 Oct 2015 20:03:57 +0000 (-0400) Subject: power: remove duplicate definition X-Git-Tag: spdx-start~7841 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2fa09f338b8a16b2d5bdcb333202d5697bc96bdd;p=dpdk.git power: remove duplicate definition The CHANNEL_CMDS_MAX_VM_CHANNELS is duplicated in the channel_commands header file. This commit removes that duplication. Fixes: 210c383e247b ("power: packet format for vm power management") Signed-off-by: Aaron Conole Acked-by: Bruce Richardson --- diff --git a/lib/librte_power/channel_commands.h b/lib/librte_power/channel_commands.h index 7e78a8b366..de6d9269e7 100644 --- a/lib/librte_power/channel_commands.h +++ b/lib/librte_power/channel_commands.h @@ -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