All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: multi-component: Fix reference to moved header file, which was unused anyway.
@ 2010-08-13 16:02 Ian Lartey
  2010-08-15 13:54 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Lartey @ 2010-08-13 16:02 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel

 Removed #include of pxa2xx-pcm.h

Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
---
 sound/soc/pxa/pxa2xx-i2s.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index 3b473b2..d1b2ca6 100644
--- a/sound/soc/pxa/pxa2xx-i2s.c
+++ b/sound/soc/pxa/pxa2xx-i2s.c
@@ -27,7 +27,6 @@
 #include <mach/dma.h>
 #include <mach/audio.h>
 
-#include "pxa2xx-pcm.h"
 #include "pxa2xx-i2s.h"
 
 /*
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: multi-component: Fix reference to moved header file, which was unused anyway.
  2010-08-13 16:02 [PATCH] ASoC: multi-component: Fix reference to moved header file, which was unused anyway Ian Lartey
@ 2010-08-15 13:54 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2010-08-15 13:54 UTC (permalink / raw)
  To: Ian Lartey; +Cc: alsa-devel, Liam Girdwood

On Fri, Aug 13, 2010 at 05:02:13PM +0100, Ian Lartey wrote:
>  Removed #include of pxa2xx-pcm.h
> 
> Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-15 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 16:02 [PATCH] ASoC: multi-component: Fix reference to moved header file, which was unused anyway Ian Lartey
2010-08-15 13:54 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.