ixgbevf: Remove unused get_supported_physical_layer pointer
authorMark Rustad <mark.d.rustad@intel.com>
Tue, 22 Jul 2014 06:51:03 +0000 (06:51 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 26 Jul 2014 02:42:14 +0000 (19:42 -0700)
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/vf.h

index 3061d18904719121cc4a79d00b9760e83ec46a00..aa8cc8dc25d15af5bf72621a0afb66297bac18e5 100644 (file)
@@ -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 *);