From: Mark Rustad Date: Tue, 22 Jul 2014 06:51:03 +0000 (+0000) Subject: ixgbevf: Remove unused get_supported_physical_layer pointer X-Git-Tag: v3.17-rc1~106^2~76^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9f1fb8acd30c9ace0145e66942481bdb90beca15;p=karo-tx-linux.git ixgbevf: Remove unused get_supported_physical_layer pointer Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/ixgbevf/vf.h b/drivers/net/ethernet/intel/ixgbevf/vf.h index 3061d1890471..aa8cc8dc25d1 100644 --- a/drivers/net/ethernet/intel/ixgbevf/vf.h +++ b/drivers/net/ethernet/intel/ixgbevf/vf.h @@ -49,7 +49,6 @@ struct ixgbe_mac_operations { s32 (*start_hw)(struct ixgbe_hw *); s32 (*clear_hw_cntrs)(struct ixgbe_hw *); enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); - u32 (*get_supported_physical_layer)(struct ixgbe_hw *); s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); s32 (*stop_adapter)(struct ixgbe_hw *); s32 (*get_bus_info)(struct ixgbe_hw *);