Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 591046cf authored by Ben Nizette's avatar Ben Nizette Committed by Mark Brown
Browse files

ASoC: 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: default avatarBen Nizette <bn@niasdigital.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent eff317d0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -44,8 +44,6 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>

#include <mach/hardware.h>

#include "atmel-pcm.h"