Re: [PATCH] scsi: sim710: fix build warning

From: Sudip Mukherjee
Date: Tue Sep 15 2015 - 04:00:13 EST


On Fri, Sep 04, 2015 at 07:40:29PM +0530, Sudip Mukherjee wrote:
> We were getting build warning about:
> "Section mismatch in reference from the variable sim710_eisa_driver to
> the function .init.text:sim710_eisa_probe()
> The variable sim710_eisa_driver references the function __init
> sim710_eisa_probe()"
>
> sim710_eisa_probe() was having __init but that was being referenced from
> sim710_eisa_driver.
>
> Signed-off-by: Sudip Mukherjee <sudip@xxxxxxxxxxxxxxx>
> ---
A gentle ping.
I still get the build warning while building for i386 allmodconfig with
next-20150915.
Build is at https://travis-ci.org/sudipm-mukherjee/parport/jobs/80365417

regards
sudip
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/