Hi all,
After merging the fbdev tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
WARNING: modpost: drivers/video/fbdev/via/viafb.o: section mismatch in reference: init_module (section: .init.text) -> viafb_exit (section: .exit.text)
Introduced by commit
ab885d8c7e15 ("fbdev: via: Fix error in via_core_init()")
--
Cheers,
Stephen Rothwell
On 11/15/22 01:20, Stephen Rothwell wrote:
> After merging the fbdev tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> WARNING: modpost: drivers/video/fbdev/via/viafb.o: section mismatch in reference: init_module (section: .init.text) -> viafb_exit (section: .exit.text)
>
> Introduced by commit
>
> ab885d8c7e15 ("fbdev: via: Fix error in via_core_init()")
build is fixed for now... but still looking for a better solution.
Helge