projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44381c1
)
netdev-vport: Remove OVS_UNUSED from argument that is actually used.
author
Ben Pfaff
<blp@nicira.com>
Thu, 11 Nov 2010 23:48:41 +0000
(15:48 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 17 Nov 2010 17:21:09 +0000
(09:21 -0800)
lib/netdev-vport.c
patch
|
blob
|
history
diff --git
a/lib/netdev-vport.c
b/lib/netdev-vport.c
index 5ab058635495f877a65a73ace57fc5afbe0e3e7a..7bc4d0338928b8b29c66c146209e1e8327cb1cd5 100644
(file)
--- 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;