.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[8]: *** Waiting for unfinished jobs.... 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[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