* [PATCH] atmel_pcm: Remove non-existant header
@ 2009-01-15 21:45 Ben Nizette
2009-01-16 10:43 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Ben Nizette @ 2009-01-15 21:45 UTC (permalink / raw)
To: sedji.gaouaou; +Cc: broonie, linux-kernel, tiwai
<mach/hardware.h> doesn't exist on AVR32 and therefore this driver won't
build on that arch. AFAICT this driver doesn't actually use the content
of that header so easiest just to remove it.
Signed-off-by: Ben Nizette <bn@niasdigital.com>
---
diff --git a/sound/soc/atmel/atmel-pcm.c b/sound/soc/atmel/atmel-pcm.c
index 1fac5ef..3dcdc4e 100644
--- a/sound/soc/atmel/atmel-pcm.c
+++ b/sound/soc/atmel/atmel-pcm.c
@@ -44,8 +44,6 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>
-#include <mach/hardware.h>
-
#include "atmel-pcm.h"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] atmel_pcm: Remove non-existant header
2009-01-15 21:45 [PATCH] atmel_pcm: Remove non-existant header Ben Nizette
@ 2009-01-16 10:43 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2009-01-16 10:43 UTC (permalink / raw)
To: Ben Nizette; +Cc: sedji.gaouaou, linux-kernel, tiwai
On Fri, Jan 16, 2009 at 08:45:45AM +1100, Ben Nizette wrote:
> <mach/hardware.h> doesn't exist on AVR32 and therefore this driver won't
> build on that arch. AFAICT this driver doesn't actually use the content
> of that header so easiest just to remove it.
> Signed-off-by: Ben Nizette <bn@niasdigital.com>
Build tested on AT91 and applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-16 10:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 21:45 [PATCH] atmel_pcm: Remove non-existant header Ben Nizette
2009-01-16 10:43 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox