On 2/16/22 01:29, Stephen Rothwell wrote: > Hi all, > > After merging the fbdev tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/video/fbdev/omap2/omapfb/dss/dss.c: In function 'dss_add_child_component': > drivers/video/fbdev/omap2/omapfb/dss/dss.c:1209:49: error: 'component_compare_dev' undeclared (first use in this function); did you mean 'component_master_del'? > 1209 | component_match_add(dev->parent, match, component_compare_dev, dev); > | ^~~~~~~~~~~~~~~~~~~~~ > | component_master_del > > Caused by commit > > 61038027aa13 ("video: fbdev: omapfb: Make use of the helper component_compare_dev") > > I have used the fbdev tree from next-20220215 for today. Thanks Steven! I've dropped that patch now, so your next pull should be fine. Helge