2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00

netdev-vport: Remove OVS_UNUSED from argument that is actually used.

This commit is contained in:
Ben Pfaff
2010-11-11 15:48:41 -08:00
parent 44381c1b4e
commit a3384bc1e5

View File

@@ -124,8 +124,7 @@ netdev_vport_parse_config(const struct netdev_class *netdev_class,
static int static int
netdev_vport_create(const struct netdev_class *class, const char *name, netdev_vport_create(const struct netdev_class *class, const char *name,
const struct shash *args OVS_UNUSED, const struct shash *args, struct netdev_dev **netdev_devp)
struct netdev_dev **netdev_devp)
{ {
int err; int err;
struct odp_vport_add ova; struct odp_vport_add ova;