Skip to content

Commit 9906224

Browse files
paravmellanoxjgunthorpe
authored andcommitted
IB/core: Remove duplicate declaration of gid_cache_wq
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 <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 8f06228 commit 9906224

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/infiniband/core/roce_gid_mgmt.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444

4545
static struct workqueue_struct *gid_cache_wq;
4646

47-
static struct workqueue_struct *gid_cache_wq;
48-
4947
enum gid_op_type {
5048
GID_DEL = 0,
5149
GID_ADD

0 commit comments

Comments
 (0)