Skip to content

Commit 9f1fb8a

Browse files
mdrustadJeff Kirsher
authored andcommitted
ixgbevf: Remove unused get_supported_physical_layer pointer
Signed-off-by: Mark Rustad <[email protected]> Tested-by: Phil Schmitt <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent f0ff353 commit 9f1fb8a

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/ethernet/intel/ixgbevf

1 file changed

+0
-1
lines changed

drivers/net/ethernet/intel/ixgbevf/vf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ struct ixgbe_mac_operations {
4949
s32 (*start_hw)(struct ixgbe_hw *);
5050
s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
5151
enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
52-
u32 (*get_supported_physical_layer)(struct ixgbe_hw *);
5352
s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
5453
s32 (*stop_adapter)(struct ixgbe_hw *);
5554
s32 (*get_bus_info)(struct ixgbe_hw *);

0 commit comments

Comments
 (0)