]> Git Repo - linux.git/commitdiff
ASoC: atmel_pcm: Remove non-existant header
authorBen Nizette <[email protected]>
Thu, 15 Jan 2009 21:45:45 +0000 (08:45 +1100)
committerMark Brown <[email protected]>
Fri, 16 Jan 2009 16:39:13 +0000 (16:39 +0000)
<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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/atmel/atmel-pcm.c

index 1fac5efd285bf72bce670fa6607237e1d582b610..3dcdc4e3cfa0b221b61deda68eed5d71835ef800 100644 (file)
@@ -44,8 +44,6 @@
 #include <sound/pcm_params.h>
 #include <sound/soc.h>
 
-#include <mach/hardware.h>
-
 #include "atmel-pcm.h"
 
 
This page took 0.057228 seconds and 4 git commands to generate.