Skip to content

Commit

Permalink
ASoC: atmel_pcm: Remove non-existant header
Browse files Browse the repository at this point in the history
<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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Ben Nizette authored and Mark Brown committed Jan 16, 2009
1 parent eff317d commit 591046c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/atmel/atmel-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>

#include <mach/hardware.h>

#include "atmel-pcm.h"


Expand Down

0 comments on commit 591046c

Please sign in to comment.