2022-11-15 00:36:57

by Stephen Rothwell

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

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


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

2022-11-15 06:10:40

by Helge Deller

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

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