.pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/intel/ice/ice_tspll.c:348:9: error: call to undeclared function 'ice_write_cgue_reg'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 348 | err = ice_write_cgue_reg(hw, ICE_CGU_R9, dw9.val); | ^ ../drivers/net/ethernet/intel/ice/ice_tspll.c:348:9: note: did you mean 'ice_write_cgu_reg'? ../drivers/net/ethernet/intel/ice/ice_common.h:499:5: note: 'ice_write_cgu_reg' declared here 499 | int ice_write_cgu_reg(struct ice_hw *hw, u32 addr, u32 val); | ^ 1 error generated. make[8]: *** [../scripts/Makefile.build:287: drivers/net/ethernet/intel/ice/ice_tspll.o] Error 1 make[7]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/intel/ice] Error 2 make[6]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/intel] Error 2 make[5]: *** [../scripts/Makefile.build:554: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:554: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/intel/ice/ice_tspll.c:242:2: error: call to undeclared function 'ICE_READ_CGU_REG_OR_DIE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 242 | ICE_READ_CGU_REG_OR_DIE(hw, ICE_CGU_R9, &dw9.val); | ^ ../drivers/net/ethernet/intel/ice/ice_tspll.c:351:9: error: call to undeclared function 'ice_write_cgue_reg'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 351 | err = ice_write_cgue_reg(hw, ICE_CGU_R9, dw9.val); | ^ ../drivers/net/ethernet/intel/ice/ice_tspll.c:351:9: note: did you mean 'ice_write_cgu_reg'? ../drivers/net/ethernet/intel/ice/ice_common.h:499:5: note: 'ice_write_cgu_reg' declared here 499 | int ice_write_cgu_reg(struct ice_hw *hw, u32 addr, u32 val); | ^ ../drivers/net/ethernet/intel/ice/ice_tspll.c:439:2: error: call to undeclared function 'ICE_READ_CGU_REG_OR_DIE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 439 | ICE_READ_CGU_REG_OR_DIE(hw, ICE_CGU_R9, &dw9.val); | ^ 3 errors generated. make[8]: *** [../scripts/Makefile.build:287: drivers/net/ethernet/intel/ice/ice_tspll.o] Error 1 make[7]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/intel/ice] Error 2 make[6]: *** [../scripts/Makefile.build:554: drivers/net/ethernet/intel] Error 2 make[5]: *** [../scripts/Makefile.build:554: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:554: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:554: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.85VfBvG3kX 2025-06-23 19:12:47.008968604 -0700 +++ /tmp/tmp.Vbme5Vvd5R 2025-06-23 19:13:06.598870036 -0700 @@ -2,2 +2,5 @@ -../drivers/net/ethernet/intel/ice/ice_tspll.c:348:9: error: call to undeclared function 'ice_write_cgue_reg'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] - 348 | err = ice_write_cgue_reg(hw, ICE_CGU_R9, dw9.val); +../drivers/net/ethernet/intel/ice/ice_tspll.c:242:2: error: call to undeclared function 'ICE_READ_CGU_REG_OR_DIE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 242 | ICE_READ_CGU_REG_OR_DIE(hw, ICE_CGU_R9, &dw9.val); + | ^ +../drivers/net/ethernet/intel/ice/ice_tspll.c:351:9: error: call to undeclared function 'ice_write_cgue_reg'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 351 | err = ice_write_cgue_reg(hw, ICE_CGU_R9, dw9.val); @@ -5 +8 @@ -../drivers/net/ethernet/intel/ice/ice_tspll.c:348:9: note: did you mean 'ice_write_cgu_reg'? +../drivers/net/ethernet/intel/ice/ice_tspll.c:351:9: note: did you mean 'ice_write_cgu_reg'? @@ -9 +12,4 @@ -1 error generated. +../drivers/net/ethernet/intel/ice/ice_tspll.c:439:2: error: call to undeclared function 'ICE_READ_CGU_REG_OR_DIE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 439 | ICE_READ_CGU_REG_OR_DIE(hw, ICE_CGU_R9, &dw9.val); + | ^ +3 errors generated. Per-file breakdown --- /tmp/tmp.1tqWQtmIXX 2025-06-23 19:13:06.606869995 -0700 +++ /tmp/tmp.5kOgiVYPEr 2025-06-23 19:13:06.608869985 -0700 @@ -1 +1 @@ - 1 ../drivers/net/ethernet/intel/ice/ice_tspll.c + 3 ../drivers/net/ethernet/intel/ice/ice_tspll.c