From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Jarzmik Subject: Re: [PATCH 00/20] Remove references to undefined symbols and fix two potential bugs Date: Wed, 07 Feb 2018 10:28:11 +0100 Message-ID: <87lgg587ys.fsf@belgarion.home> References: <20180205012146.23981-1-ulfalizer@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Ulf Magnusson's message of "Mon, 5 Feb 2018 03:08:24 +0100") Sender: linux-kernel-owner@vger.kernel.org To: Ulf Magnusson Cc: Linux Kernel Mailing List , perex@perex.cz, tiwai@suse.com, broonie@kernel.org, alsa-devel@alsa-project.org, Linux Kbuild mailing list , tfiga@chromium.org, paul.burton@mips.com, Marek Szyprowski , Hans-Christian Noren Egtvedt , Linus Walleij , vgupta@synopsys.com, mgorman@techsingularity.net, hch@lst.de, mina86@mina86.com, robh@kernel.org, sboyd@codeaurora.org, paulus@ozlabs.org, will.deacon@arm.com, Tony Lindgren , Nicholas Piggin , Masahiro Yamada , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org List-Id: alsa-devel@alsa-project.org Ulf Magnusson writes: > The symbol AC97_BUS_NEW in sound/ac97/Kconfig selects the globally > undefined symbol AC97. > > It doesn't seem to simply be a misspelling of AC97_BUS, because then > the dependencies of AC97_BUS_COMPAT would be impossible to satisfy. You're correct. I don't know what happened to me when coding this, but you can safely remove this useless select statement. Cheers. -- Robert