From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC updates for 2.6.34 Date: Tue, 12 Jan 2010 15:19:45 +0100 Message-ID: References: <20100112132002.GC1418@rakim.wolfsonmicro.main> <20100112140936.GH1418@rakim.wolfsonmicro.main> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 2DB371038BF for ; Tue, 12 Jan 2010 15:19:45 +0100 (CET) In-Reply-To: <20100112140936.GH1418@rakim.wolfsonmicro.main> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org At Tue, 12 Jan 2010 14:09:37 +0000, Mark Brown wrote: > > On Tue, Jan 12, 2010 at 02:48:46PM +0100, Takashi Iwai wrote: > > > Other low-hanging fruits: > > > sound/soc/codecs/da7210.c:499: warning: 'da7210_i2c_remove' defined but not used > > sound/soc/codecs/tlv320dac33.c:1349: warning: 'dac33_i2c_remove' defined but not used > > sound/soc/codecs/tpa6130a2.c:483: warning: 'tpa6130a2_remove' defined but not used > > > Should be easily fixed by adding __devexit (and better with __devinit) > > properly. > > What config do you use to generate these warnings? None of mine > generate them. They are from make allyesconfig with certain config files, such as ixp2000_defconfig or footbridge_defconfig. For example, % cp arch/arm/configs/footbridge_defconfig .config % KCONFIG_ALLCONFIG=.config make ARCH=arm allyesconfig Takashi