]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/core/net-sysfs.c
net: rename netdev_phys_port_id to more generic name
[mirror_ubuntu-artful-kernel.git] / net / core / net-sysfs.c
index 1a24602cd54e63caa38e40cdedf8009944e0824b..26c46f4726c57dbee9adea88e89e800c26957ba0 100644 (file)
@@ -404,7 +404,7 @@ static ssize_t phys_port_id_show(struct device *dev,
                return restart_syscall();
 
        if (dev_isalive(netdev)) {
-               struct netdev_phys_port_id ppid;
+               struct netdev_phys_item_id ppid;
 
                ret = dev_get_phys_port_id(netdev, &ppid);
                if (!ret)