Skip to content

Commit

Permalink
IB/core: Remove duplicate declaration of gid_cache_wq
Browse files Browse the repository at this point in the history
Remove duplicate declaration of gid_cache_wq.

Fixes: d418619 ("IB/core: Add generic function to extract IB speed from netdev")
Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Parav Pandit authored and Jason Gunthorpe committed May 24, 2018
1 parent 8f06228 commit 9906224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/infiniband/core/roce_gid_mgmt.c
Original file line number Diff line number Diff line change
@@ -44,8 +44,6 @@

static struct workqueue_struct *gid_cache_wq;

static struct workqueue_struct *gid_cache_wq;

enum gid_op_type {
GID_DEL = 0,
GID_ADD

0 comments on commit 9906224

Please sign in to comment.