All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: multi-component: remove include of pxa2xx-pcm.h in pxa2xx-ac97.c
@ 2010-08-20  5:23 Axel Lin
  2010-08-20 11:09 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2010-08-20  5:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Liam Girdwood, Mark Brown, Nicolas Pitre

Fix reference to moved header file, which was unused anyway.
This change fixes below build error:
  CC      sound/soc/pxa/pxa2xx-ac97.o
sound/soc/pxa/pxa2xx-ac97.c:27:24: error: pxa2xx-pcm.h: No such file or directory
make[3]: *** [sound/soc/pxa/pxa2xx-ac97.o] Error 1
make[2]: *** [sound/soc/pxa] Error 2
make[1]: *** [sound/soc] Error 2
make: *** [sound] Error 2

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
I encountered the build error in today's linux-next tree. ( next-20100820 ).
Looks like this patch can also be applied to multi-component branch.

Axel

 sound/soc/pxa/pxa2xx-ac97.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index 9c2bafa..ac51c6d 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/sound/soc/pxa/pxa2xx-ac97.c
@@ -24,7 +24,6 @@
 #include <mach/dma.h>
 #include <mach/audio.h>
 
-#include "pxa2xx-pcm.h"
 #include "pxa2xx-ac97.h"
 
 static void pxa2xx_ac97_warm_reset(struct snd_ac97 *ac97)
-- 
1.7.2




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

* Re: [PATCH] ASoC: multi-component: remove include of pxa2xx-pcm.h in pxa2xx-ac97.c
  2010-08-20  5:23 [PATCH] ASoC: multi-component: remove include of pxa2xx-pcm.h in pxa2xx-ac97.c Axel Lin
@ 2010-08-20 11:09 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2010-08-20 11:09 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Liam Girdwood, Nicolas Pitre

On Fri, Aug 20, 2010 at 01:23:36PM +0800, Axel Lin wrote:
> Fix reference to moved header file, which was unused anyway.
> This change fixes below build error:
>   CC      sound/soc/pxa/pxa2xx-ac97.o
> sound/soc/pxa/pxa2xx-ac97.c:27:24: error: pxa2xx-pcm.h: No such file or directory
> make[3]: *** [sound/soc/pxa/pxa2xx-ac97.o] Error 1
> make[2]: *** [sound/soc/pxa] Error 2
> make[1]: *** [sound/soc] Error 2
> make: *** [sound] Error 2

Applied, thanks.

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

end of thread, other threads:[~2010-08-20 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-20  5:23 [PATCH] ASoC: multi-component: remove include of pxa2xx-pcm.h in pxa2xx-ac97.c Axel Lin
2010-08-20 11:09 ` 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.