From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86E8CC433F5 for ; Wed, 16 Feb 2022 12:20:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230059AbiBPMVA (ORCPT ); Wed, 16 Feb 2022 07:21:00 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:38538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232840AbiBPMU7 (ORCPT ); Wed, 16 Feb 2022 07:20:59 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EF29295FFA; Wed, 16 Feb 2022 04:20:46 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id E6CFB1F4506E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645014045; bh=KGv3qi0/1qhw2Wkx1ythbjE2BIDW/ZTM/yt/IuCEiIo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=S2sr4BwbEoGrcCanT1eM0wxBbJB/89NHdwvA88lnjl9b+qfB9vro0oqb2ClhwaPh5 RoToC07bCpg7xRypO6+Z8TIcIs6nCGCzS9Cua4/XeJEPwF76tOYPJvGnOttMZlxrtZ NRslSH1jbU5BnX7BeNImN6y3EY3Z80fREo08IzDysc2DpPFNAKl0GnzC7HiLz9wQ26 b8RKw86y2vqkdc0nwPe/D5s+SasjCcKsp98A+CO5EC+Yb3hQ3pM8Qhv60E63Jw4gGw M56vTL1TiUdfaJC6EoKyEcvQHNovW+2xyQ4IH3UbFO6iVKMJ3KrhSypkabfZ+2JC+V 0fLm3RNOVAu2Q== Message-ID: Date: Wed, 16 Feb 2022 09:20:38 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: linux-next: build failure after merge of the spi tree Content-Language: en-US To: Stephen Rothwell , Mark Brown Cc: Linux Kernel Mailing List , Linux Next Mailing List References: <20220216161718.2c094b08@canb.auug.org.au> From: =?UTF-8?Q?Andr=c3=a9_Almeida?= In-Reply-To: <20220216161718.2c094b08@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, Às 02:17 de 16/02/22, Stephen Rothwell escreveu: > Hi all, > > After merging the spi tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/spi/spi-amd.c:333:37: error: 'spi_acpi_match' undeclared here (not in a function) > 333 | .acpi_match_table = spi_acpi_match, > | ^~~~~~~~~~~~~~ > > Caused by commit > > 209043554915 ("spi: amd: Add support for version AMDI0062") > > CONFIG_ACPI is not set for this build. > > I have reverted that commit for today. > Thanks for input. I'll send a new series with a patch to make this driver depends on ACPI then. My patch touched this line, but this variable was there before, so I think this build breakage is happening for some time.