tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git master head: b67ea3b553661cb76397afbf73701c3ea14b19de commit: 02dcefdd58c734623b9caf2513316380feb9f993 [4329/4669] media: vsp1: Provide support for extended command pools reproduce: # apt-get install sparse git checkout 02dcefdd58c734623b9caf2513316380feb9f993 make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> drivers/media/platform/vsp1/vsp1_dl.c:378:3: sparse: symbol 'vsp1_extended_commands' was not declared. Should it be static? >> drivers/media/platform/vsp1/vsp1_dl.c:395:25: sparse: symbol 'vsp1_dl_cmd_pool_create' was not declared. Should it be static? >> drivers/media/platform/vsp1/vsp1_dl.c:453:24: sparse: symbol 'vsp1_dl_ext_cmd_get' was not declared. Should it be static? >> drivers/media/platform/vsp1/vsp1_dl.c:471:6: sparse: symbol 'vsp1_dl_ext_cmd_put' was not declared. Should it be static? >> drivers/media/platform/vsp1/vsp1_dl.c:486:6: sparse: symbol 'vsp1_dl_ext_cmd_pool_destroy' was not declared. Should it be static? Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation