Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755661AbYJPJfk (ORCPT ); Thu, 16 Oct 2008 05:35:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752892AbYJPJfa (ORCPT ); Thu, 16 Oct 2008 05:35:30 -0400 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 Date: Thu, 16 Oct 2008 10:34:23 +0100 From: Mark Brown To: Andrew Morton 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 Subject: Re: powerpc allmodconfig 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 Content-Disposition: inline In-Reply-To: <20081015213337.a99a9595.akpm@linux-foundation.org> X-Cookie: Blend until smooth. User-Agent: Mutt/1.5.13 (2006-08-11) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: broonie@sirena.org.uk X-SA-Exim-Scanned: No (on cassiel.sirena.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1222 Lines: 21 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/