net: rename netdev_phys_port_id to more generic name
[cascardo/linux.git] / net / core / dev.c
index ac48362..0814a56 100644 (file)
@@ -5846,7 +5846,7 @@ EXPORT_SYMBOL(dev_change_carrier);
  *     Get device physical port ID
  */
 int dev_get_phys_port_id(struct net_device *dev,
-                        struct netdev_phys_port_id *ppid)
+                        struct netdev_phys_item_id *ppid)
 {
        const struct net_device_ops *ops = dev->netdev_ops;