Re: linux-next: build failure after merge of the v4l-dvb tree

From: Marco Felsch
Date: Fri Mar 13 2020 - 02:48:15 EST


Hi Stephen,

On 20-03-13 13:19, Stephen Rothwell wrote:
> Hi all,
>
> After merging the v4l-dvb tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> ERROR: modpost: "fwnode_get_name" [drivers/media/v4l2-core/v4l2-fwnode.ko] undefined!
>
> Caused by commit
>
> dfc22c073b78 ("media: v4l2-fwnode: add initial connector parsing support")
>
> I have used the v4l-dvb tree from next-20200312 for today.

I'm sorry for that. I put my branch on our 0day to test most of the
compile configs. Obviously this casae wasn't covered..

@Sakari
I will send a patch to fix this by adding:
EXPORT_SYMBOL_GPL(fwnode_get_name).

Regards,
Marco