diff options
Diffstat (limited to 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index ac4836241a96..0814a560e5f3 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -5846,7 +5846,7 @@ EXPORT_SYMBOL(dev_change_carrier); | |||
5846 | * Get device physical port ID | 5846 | * Get device physical port ID |
5847 | */ | 5847 | */ |
5848 | int dev_get_phys_port_id(struct net_device *dev, | 5848 | int dev_get_phys_port_id(struct net_device *dev, |
5849 | struct netdev_phys_port_id *ppid) | 5849 | struct netdev_phys_item_id *ppid) |
5850 | { | 5850 | { |
5851 | const struct net_device_ops *ops = dev->netdev_ops; | 5851 | const struct net_device_ops *ops = dev->netdev_ops; |
5852 | 5852 | ||