From: Ben Pfaff Date: Thu, 11 Nov 2010 23:48:41 +0000 (-0800) Subject: netdev-vport: Remove OVS_UNUSED from argument that is actually used. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3384bc1e50d3b75e25fb6e78a12fc60e5dad324;p=openvswitch netdev-vport: Remove OVS_UNUSED from argument that is actually used. --- diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c index 5ab05863..7bc4d033 100644 --- a/lib/netdev-vport.c +++ b/lib/netdev-vport.c @@ -124,8 +124,7 @@ netdev_vport_parse_config(const struct netdev_class *netdev_class, static int netdev_vport_create(const struct netdev_class *class, const char *name, - const struct shash *args OVS_UNUSED, - struct netdev_dev **netdev_devp) + const struct shash *args, struct netdev_dev **netdev_devp) { int err; struct odp_vport_add ova;