]> Git Repo - linux.git/commitdiff
ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES
authorEthan Zhao <[email protected]>
Tue, 23 Sep 2014 18:11:44 +0000 (18:11 +0000)
committerJeff Kirsher <[email protected]>
Thu, 2 Oct 2014 09:24:08 +0000 (02:24 -0700)
There is typo in ixgbe.h, two marcro definition of IXGBE_MAX_L2A_QUEUES to 4,
delete one, clear the compiler warning.

Signed-off-by: Ethan Zhao <[email protected]>
Tested-by: Phil Schmitt <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/ixgbe/ixgbe.h

index 673d8209577912c47185f75433940195c3d5964b..5032a602d5c98265d63037d6aac1e1bfc3188c76 100644 (file)
@@ -307,7 +307,6 @@ enum ixgbe_ring_f_enum {
 #define MAX_RX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1)
 #define MAX_TX_QUEUES (IXGBE_MAX_FDIR_INDICES + 1)
 #define IXGBE_MAX_L2A_QUEUES 4
-#define IXGBE_MAX_L2A_QUEUES 4
 #define IXGBE_BAD_L2A_QUEUE 3
 #define IXGBE_MAX_MACVLANS     31
 #define IXGBE_MAX_DCBMACVLANS  8
This page took 0.053614 seconds and 4 git commands to generate.