openvswitch: Remove unneeded ovs_netdev_get_ifindex()
The only user is get_dpifindex(), no need to redirect via the port operations. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
				
					committed by
					
						 David S. Miller
						David S. Miller
					
				
			
			
				
	
			
			
			
						parent
						
							0c772159d1
						
					
				
				
					commit
					cff63a5292
				
			| @@ -232,7 +232,6 @@ const struct vport_ops ovs_internal_vport_ops = { | ||||
| 	.create		= internal_dev_create, | ||||
| 	.destroy	= internal_dev_destroy, | ||||
| 	.get_name	= ovs_netdev_get_name, | ||||
| 	.get_ifindex	= ovs_netdev_get_ifindex, | ||||
| 	.send		= internal_dev_recv, | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user