bsquared wrote:
> Hello;
> I got three different section mismatch warnings.  I found patches for
> two, but I am not finding any for this one.
> 
>   LD      drivers/built-in.o
> WARNING: drivers/built-in.o(.text+0x10539d): Section mismatch in
> reference from the function parport_pc_probe_port() to the function
> .init.text:platform_device_register_resndata()
> The function parport_pc_probe_port() references
> the function __init platform_device_register_resndata().
> This is often because parport_pc_probe_port lacks a __init
> annotation or the annotation of platform_device_register_resndata is wrong.
> 
> 
>  Does anyone know what to do about it?

Unless you need the parallel port, turn it off in the kernel config.

  -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to