Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1511615
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Section mismatch in reference from the function generic_NCR5380_isa_match() |
| Date | 2016-10-29 12:20 +0200 |
| Message-ID | <sxyU2-4R3-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
I'm seeing this during randconfig builds:
WARNING: vmlinux.o(.text+0x1588439): Section mismatch in reference from the function generic_NCR5380_isa_match() to the function .init.text:probe_intr()
The function generic_NCR5380_isa_match() references
the function __init probe_intr().
This is often because generic_NCR5380_isa_match lacks a __init
annotation or the annotation of probe_intr is wrong.
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Section mismatch in reference from the function generic_NCR5380_isa_match() Borislav Petkov <bp@alien8.de> - 2016-10-29 12:20 +0200 Re: Section mismatch in reference from the function generic_NCR5380_isa_match() Johannes Thumshirn <jthumshirn@suse.de> - 2016-10-29 18:40 +0200
csiph-web