From: Lang Cheng <chenglang@xxxxxxxxxx> These macros used to work, but are no longer used, they should be removed. Fixes: 516b8d4e4ebe ("providers: Use the new match_device and allocate_device ops") Fixes: 887b78c80224 ("libhns: Add initial main frame") Signed-off-by: Lang Cheng <chenglang@xxxxxxxxxx> Signed-off-by: Wenpeng Liang <liangwenpeng@xxxxxxxxxx> --- providers/hns/hns_roce_u.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/providers/hns/hns_roce_u.c b/providers/hns/hns_roce_u.c index 3b31ad37..9dc4905d 100644 --- a/providers/hns/hns_roce_u.c +++ b/providers/hns/hns_roce_u.c @@ -41,9 +41,6 @@ static void hns_roce_free_context(struct ibv_context *ibctx); -#define HID_LEN 15 -#define DEV_MATCH_LEN 128 - #ifndef PCI_VENDOR_ID_HUAWEI #define PCI_VENDOR_ID_HUAWEI 0x19E5 #endif -- 2.33.0