mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 10:35:54 -04:00
net: hns3: remove an unused macro hclge_is_csq
Macro hclge_is_csq defined in hcgle_cmd.c has not been used, so remove it. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1f4982ef56
commit
d62805087e
@@ -11,8 +11,6 @@
|
||||
#include "hnae3.h"
|
||||
#include "hclge_main.h"
|
||||
|
||||
#define hclge_is_csq(ring) ((ring)->flag & HCLGE_TYPE_CSQ)
|
||||
|
||||
#define cmq_ring_to_dev(ring) (&(ring)->dev->pdev->dev)
|
||||
|
||||
static int hclge_ring_space(struct hclge_cmq_ring *ring)
|
||||
|
||||
Reference in New Issue
Block a user