Hi all, After merging the v4l-dvb-next tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/staging/media/atomisp/pci/atomisp_compat_css20.c: In function 'atomisp_css_isr_thread': drivers/staging/media/atomisp/pci/atomisp_compat_css20.c:4196:9: error: 'atomisp_hw_is_isp2401' undeclared (first use in this function) 4196 | if (!atomisp_hw_is_isp2401) | ^~~~~~~~~~~~~~~~~~~~~ drivers/staging/media/atomisp/pci/atomisp_compat_css20.c:4196:9: note: each undeclared identifier is reported only once for each function it appears in Caused by commit be1fdab273a9 ("media: atomisp: change the detection of ISP2401 at runtime") interacting with commit 7ef17aa55fc3 ("media: atomisp: atomisp_compat_css20.c: detect ISP at runtime") I have used the version of the v4l-dvb-next tree from next-20200602 for today. -- Cheers, Stephen Rothwell