[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1232055945.2714.160.camel@linux-51e8.site>
Date: Fri, 16 Jan 2009 08:45:45 +1100
From: Ben Nizette <bn@...sdigital.com>
To: sedji.gaouaou@...el.com
Cc: broonie@...nsource.wolfsonmicro.com,
linux-kernel <linux-kernel@...r.kernel.org>, tiwai@...e.de
Subject: [PATCH] atmel_pcm: Remove non-existant header
<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@...sdigital.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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists