Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756246Ab2JCOvJ (ORCPT ); Wed, 3 Oct 2012 10:51:09 -0400 Received: from na3sys009aog126.obsmtp.com ([74.125.149.155]:54818 "EHLO na3sys009aog126.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753594Ab2JCOvH (ORCPT ); Wed, 3 Oct 2012 10:51:07 -0400 Message-ID: <506C5124.3050200@ti.com> Date: Wed, 03 Oct 2012 17:52:20 +0300 From: Peter Ujfalusi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120917 Thunderbird/15.0.1 MIME-Version: 1.0 To: Tim Gardner CC: linux-kernel@vger.kernel.org, Jarkko Nikula , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , linux-omap@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 3.7-rc1] omap zoom2.c: Fix compile error by including correct header files References: <1349274686-45668-1-git-send-email-tim.gardner@canonical.com> In-Reply-To: <1349274686-45668-1-git-send-email-tim.gardner@canonical.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1425 Lines: 41 On 10/03/2012 05:31 PM, Tim Gardner wrote: > Cc: Peter Ujfalusi > Cc: Jarkko Nikula > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Jaroslav Kysela > Cc: Takashi Iwai > Cc: linux-omap@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Signed-off-by: Tim Gardner > --- > sound/soc/omap/zoom2.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/sound/soc/omap/zoom2.c b/sound/soc/omap/zoom2.c > index 23de2b2..d0a8c92 100644 > --- a/sound/soc/omap/zoom2.c > +++ b/sound/soc/omap/zoom2.c > @@ -27,9 +27,10 @@ > > #include > #include > -#include > +#include > #include > #include > +#include > > /* Register descriptions for twl4030 codec part */ > #include > I have the same patch stashed away for the same issue. Was waiting for rc1 to send it. Acked-by: Peter Ujfalusi -- 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/