From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 3.7-rc1] omap zoom2.c: Fix compile error by including correct header files Date: Wed, 3 Oct 2012 08:59:01 -0700 Message-ID: <20121003155900.GA4840@atomide.com> References: <1349274686-45668-1-git-send-email-tim.gardner@canonical.com> <506C5124.3050200@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <506C5124.3050200@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Peter Ujfalusi Cc: Tim Gardner , 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 List-Id: alsa-devel@alsa-project.org * Peter Ujfalusi [121003 07:52]: > 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. Can you please update the patch to also to remove the "#include " while at it? AFAIK it's not needed at all and just adds a dependency to asoc with my upcoming plat header cleanup patches. Regards, Tony