Description of problem: anolis devel-4.19分支内核编译最新irdma驱动报错 Version-Release number of selected component (if applicable): anolis devel-4.19分支内核编译最新irdma驱动报错 How reproducible: 下载devel-4.19分支源码,编译安装 Steps to Reproduce: 1.下载irdma驱动源码 2.build.sh 3. Actual results: 报错:initialization of ‘int (*)(struct auxiliary_device *)’ from incompatible pointer type ‘void (*)(struct auxiliary_device *)’ [-Werror=incompatible-pointer-types] Expected results: 编译完成 Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1851