From: Mark Brown Subject: Re: powerpc allmodconfig Date: Thu, 16 Oct 2008 10:34:23 +0100 Message-ID: <20081016093422.GB3539@sirena.org.uk> References: <20081015213337.a99a9595.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dan Williams , Takashi Iwai , linux-ext4@vger.kernel.org, netdev@vger.kernel.org, linux-ide@vger.kernel.org, Bartlomiej Zolnierkiewicz , marek.vasut@gmail.com, David Woodhouse , Mark Fasheh , Ralf Baechle , Mauro Carvalho Chehab , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org To: Andrew Morton Return-path: Received: from cassiel.sirena.org.uk ([80.68.93.111]:1644 "EHLO cassiel.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752549AbYJPJf2 (ORCPT ); Thu, 16 Oct 2008 05:35:28 -0400 Content-Disposition: inline In-Reply-To: <20081015213337.a99a9595.akpm@linux-foundation.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Oct 15, 2008 at 09:33:37PM -0700, Andrew Morton wrote: > sound/soc/soc-dapm.c:1029: warning: 'snd_soc_dapm_connect_input' is deprecated (declared at sound/soc/soc-dapm.c:1026) > sound/soc/soc-dapm.c:1029: warning: 'snd_soc_dapm_connect_input' is deprecated (declared at sound/soc/soc-dapm.c:1026) I should submit the patch to remove this now that 2.6.27 is out - the warnings are generated by EXPORT_SYMBOL_GPL() - I couldn't see a way to mark the function as deprecated without removing the export. > sound/soc/codecs/tlv320aic23.c: In function 'tlv320aic23_write': > sound/soc/codecs/tlv320aic23.c:104: warning: passing argument 2 of 'codec->hw_write' makes pointer from integer without a cast > sound/soc/codecs/tlv320aic23.c: In function 'tlv320aic23_set_dai_sysclk': > sound/soc/codecs/tlv320aic23.c:424: warning: unused variable 'codec' The author already provided a patch to fix these. Takashi has sent a pull request to Linus including that already, IIRC.