2022-02-16 03:23:24

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the fbdev tree

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.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-02-16 07:54:39

by Helge Deller

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the fbdev tree

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