projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f06228
)
IB/core: Remove duplicate declaration of gid_cache_wq
author
Parav Pandit
<parav@mellanox.com>
Tue, 22 May 2018 05:34:09 +0000
(08:34 +0300)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Thu, 24 May 2018 15:39:25 +0000
(09:39 -0600)
Remove duplicate declaration of gid_cache_wq.
Fixes: d41861942 ("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>
drivers/infiniband/core/roce_gid_mgmt.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/core/roce_gid_mgmt.c
b/drivers/infiniband/core/roce_gid_mgmt.c
index c0e4fd55e2ccb77104b7a62cdde18440ab9c0f47..a4fbdc5d28fa04776a5891ed62a8c7b40d30a42d 100644
(file)
--- a/
drivers/infiniband/core/roce_gid_mgmt.c
+++ b/
drivers/infiniband/core/roce_gid_mgmt.c
@@
-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