Commit 7eceea90 authored by Chen Lin's avatar Chen Lin Committed by Tony Nguyen
Browse files

net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itr



Remove the 'ixgbe_mc_addr_itr' typedef as it is not used.

Signed-off-by: default avatarChen Lin <chen.lin5@zte.com.cn>
Tested-by: default avatarDave Switzer <david.switzer@intel.com>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent 47222864
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3384,10 +3384,6 @@ struct ixgbe_hw_stats {
/* forward declaration */
struct ixgbe_hw;

/* iterator type for walking multicast address lists */
typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
				  u32 *vmdq);

/* Function pointer table */
struct ixgbe_eeprom_operations {
	s32 (*init_params)(struct ixgbe_hw *);
+0 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@

struct ixgbe_hw;

/* iterator type for walking multicast address lists */
typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr,
				  u32 *vmdq);
struct ixgbe_mac_operations {
	s32 (*init_hw)(struct ixgbe_hw *);
	s32 (*reset_hw)(struct ixgbe_hw *);