Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Chen Lin <chen.lin5@zte.com.cn>
Tested-by: Dave Switzer <david.switzer@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>

authored by

Chen Lin and committed by
Tony Nguyen
7eceea90 47222864

-7
-4
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
··· 3384 3384 /* forward declaration */ 3385 3385 struct ixgbe_hw; 3386 3386 3387 - /* iterator type for walking multicast address lists */ 3388 - typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr, 3389 - u32 *vmdq); 3390 - 3391 3387 /* Function pointer table */ 3392 3388 struct ixgbe_eeprom_operations { 3393 3389 s32 (*init_params)(struct ixgbe_hw *);
-3
drivers/net/ethernet/intel/ixgbevf/vf.h
··· 16 16 17 17 struct ixgbe_hw; 18 18 19 - /* iterator type for walking multicast address lists */ 20 - typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr, 21 - u32 *vmdq); 22 19 struct ixgbe_mac_operations { 23 20 s32 (*init_hw)(struct ixgbe_hw *); 24 21 s32 (*reset_hw)(struct ixgbe_hw *);