From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755565AbbI1Gqh (ORCPT ); Mon, 28 Sep 2015 02:46:37 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:33550 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754371AbbI1Gqg (ORCPT ); Mon, 28 Sep 2015 02:46:36 -0400 Date: Mon, 28 Sep 2015 12:16:29 +0530 From: Sudip Mukherjee To: Chris Metcalf Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] tile: fix build failure Message-ID: <20150928064629.GB26605@sudip-pc> References: <1441636617-22463-1-git-send-email-sudipm.mukherjee@gmail.com> <55EF1E7A.9040809@ezchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55EF1E7A.9040809@ezchip.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 Tue, Sep 08, 2015 at 01:44:26PM -0400, Chris Metcalf wrote: > On 09/07/2015 10:36 AM, Sudip Mukherjee wrote: > >When building with allmodconfig the build was failing with the error: > > > >arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage class [enabled by default] > >arch/tile/kernel/usb.c:70:1: error: type defaults to 'int' in declaration of 'arch_initcall' [-Werror=implicit-int] > >arch/tile/kernel/usb.c:70:1: warning: parameter names (without types) in function declaration [enabled by default] > >arch/tile/kernel/usb.c:63:19: warning: 'tilegx_usb_init' defined but not used [-Wunused-function] > > > >Include linux/module.h to resolve the build failure. > > > >Signed-off-by: Sudip Mukherjee > >--- > > arch/tile/kernel/usb.c | 1 + > > 1 file changed, 1 insertion(+) > > Thanks, taken into the tile tree. Hi, I think it is still not sent to Linus. 4.3-rc3 also failed allmodconfig on tile and tilegx with same error. regards sudip