From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752593AbbIOIAI (ORCPT ); Tue, 15 Sep 2015 04:00:08 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:32919 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698AbbIOIAG (ORCPT ); Tue, 15 Sep 2015 04:00:06 -0400 Date: Tue, 15 Sep 2015 13:30:00 +0530 From: Sudip Mukherjee To: "James E.J. Bottomley" Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH] scsi: sim710: fix build warning Message-ID: <20150915080000.GE9305@sudip-pc> References: <1441375829-6061-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441375829-6061-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- 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