From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751865AbcGNWYU (ORCPT ); Thu, 14 Jul 2016 18:24:20 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:33593 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750699AbcGNWYS (ORCPT ); Thu, 14 Jul 2016 18:24:18 -0400 From: Vivien Didelot To: kbuild test robot Cc: kbuild-all@01.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Andrew Lunn , Florian Fainelli Subject: Re: [PATCH net-next 3/9] net: dsa: mv88e6xxx: extract device mapping In-Reply-To: <201607072220.IpnBB4FC%fengguang.wu@intel.com> References: <201607072220.IpnBB4FC%fengguang.wu@intel.com> User-Agent: Notmuch/0.22 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) Date: Thu, 14 Jul 2016 18:24:14 -0400 Message-ID: <871t2vvoxd.fsf@ketchup.mtl.sfl> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, all, kbuild test robot writes: > [auto build test ERROR on net-next/master] > > url: https://github.com/0day-ci/linux/commits/Vivien-Didelot/net-dsa-mv88e6xxx-STP-and-Global-2-cleanup/20160707-210537 > config: i386-allmodconfig (attached as .config) > compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_g2_set_device_mapping': >>> drivers/net/dsa/mv88e6xxx/chip.c:3116:16: error: 'DSA_RTABLE_NONE' undeclared (first use in this function) > if (port == DSA_RTABLE_NONE) > ^~~~~~~~~~~~~~~ > drivers/net/dsa/mv88e6xxx/chip.c:3116:16: note: each undeclared identifier is reported only once for each function it appears in Note that this error is no longer valid since the merged commit d390238c4fba ("net: dsa: initialize the routing table") introduces the DSA_RTABLE_NONE symbol. Thanks, Vivien