diff options
author | Jiri Pirko <jiri@resnulli.us> | 2014-11-28 08:34:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-02 23:01:19 -0500 |
commit | 02637fce3e0103ba086b9c33b6d529e69460e4b6 (patch) | |
tree | 695bc5b5f7dfaf3e7d0a9a422c85f984f37bafbd /drivers/net/ethernet/broadcom | |
parent | f6f6424ba773da6221ecaaa70973eb4dacfa03b2 (diff) |
net: rename netdev_phys_port_id to more generic name
So this can be reused for identification of other "items" as well.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Reviewed-by: Thomas Graf <tgraf@suug.ch>
Acked-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Andy Gospodarek <gospo@cumulusnetworks.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom')
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c index c4bd025c74c9..336ef3cf5773 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | |||
@@ -12537,7 +12537,7 @@ static int bnx2x_validate_addr(struct net_device *dev) | |||
12537 | } | 12537 | } |
12538 | 12538 | ||
12539 | static int bnx2x_get_phys_port_id(struct net_device *netdev, | 12539 | static int bnx2x_get_phys_port_id(struct net_device *netdev, |
12540 | struct netdev_phys_port_id *ppid) | 12540 | struct netdev_phys_item_id *ppid) |
12541 | { | 12541 | { |
12542 | struct bnx2x *bp = netdev_priv(netdev); | 12542 | struct bnx2x *bp = netdev_priv(netdev); |
12543 | 12543 | ||