From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764371AbcLTVWC (ORCPT ); Tue, 20 Dec 2016 16:22:02 -0500 Received: from mail5.windriver.com ([192.103.53.11]:54704 "EHLO mail5.wrs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756850AbcLTVV7 (ORCPT ); Tue, 20 Dec 2016 16:21:59 -0500 Date: Tue, 20 Dec 2016 16:21:55 -0500 From: Paul Gortmaker To: kbuild test robot CC: , , Linus Walleij Subject: Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' Message-ID: <20161220212155.GG12113@windriver.com> References: <201612210315.IvGqfhil%fengguang.wu@intel.com> <20161220210925.GF12113@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20161220210925.GF12113@windriver.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Re: drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'] On 20/12/2016 (Tue 16:09) Paul Gortmaker wrote: > [drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'] On 21/12/2016 (Wed 03:16) kbuild test robot wrote: > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > head: e93b1cc8a8965da137ffea0b88e5f62fa1d2a9e6 > > commit: d47529b2e9fe0ec2eb1f072afad8849f52e385c4 gpio: don't include module.h in shared driver header > > date: 3 months ago > > config: mips-xway_defconfig (attached as .config) > > Is this config not in tree? I don't see it in linux-next: > > $ make mips-xway_defconfig > *** > *** Can't find default configuration "arch/mips/configs/mips-xway_defconfig"! > Nevermind ; took me a moment to realize it was using $ARCH-$DEFCONFIG in the above kbuild test results naming. I've tested the fix on the xway_defconfig for ARCH=mips and it works as expected. Thanks, Paul.