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 EECB3C433F5 for ; Sat, 5 Feb 2022 10:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229484AbiBEKXZ (ORCPT ); Sat, 5 Feb 2022 05:23:25 -0500 Received: from isilmar-4.linta.de ([136.243.71.142]:57378 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377656AbiBEKXY (ORCPT ); Sat, 5 Feb 2022 05:23:24 -0500 X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES Received: from owl.dominikbrodowski.net (owl.brodo.linta [10.2.0.111]) by isilmar-4.linta.de (Postfix) with ESMTPSA id 24D932013AF; Sat, 5 Feb 2022 10:23:22 +0000 (UTC) Received: by owl.dominikbrodowski.net (Postfix, from userid 1000) id 9F54C811AC; Sat, 5 Feb 2022 11:23:14 +0100 (CET) Date: Sat, 5 Feb 2022 11:23:14 +0100 From: Dominik Brodowski To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, kernel test robot , Arnd Bergmann , Daniel Vetter , Kees Cook , Manuel Lauss , Thomas Bogendoerfer , linux-mips@vger.kernel.org Subject: Re: [PATCH] pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards Message-ID: References: <20220123174031.3109-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220123174031.3109-1-rdunlap@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Am Sun, Jan 23, 2022 at 09:40:31AM -0800 schrieb Randy Dunlap: > When the MIPS_ALCHEMY board selection is MIPS_XXS1500 instead of > MIPS_DB1XXX, the PCMCIA driver 'db1xxx_ss' has build errors due > to missing DB1XXX symbols. The PCMCIA driver should be restricted > to MIPS_DB1XXX instead of MIPS_ALCHEMY to fix this build error. > > ERROR: modpost: "bcsr_read" [drivers/pcmcia/db1xxx_ss.ko] undefined! > ERROR: modpost: "bcsr_mod" [drivers/pcmcia/db1xxx_ss.ko] undefined! > > Fixes: 42a4f17dc356 ("MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY") > Signed-off-by: Randy Dunlap > Reported-by: kernel test robot > Cc: Dominik Brodowski > Cc: Arnd Bergmann > Cc: Daniel Vetter > Cc: Kees Cook > Cc: Manuel Lauss > Cc: Thomas Bogendoerfer > Cc: linux-mips@vger.kernel.org Applied to -pcmcia, thanks! Dominik