diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2009-04-09 14:13:07 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-09 13:24:19 +0100 |
commit | fd2bd98818fc1c9672241b845344cbfbb159a4f9 (patch) | |
tree | 9de9b8a0a2bc4f5a16df659e96989cbc028d8b27 /sound | |
parent | d6648da122870ff42bc720da25483bdb8bc868f8 (diff) |
ASoC: magician: remove un-necessary #include of pxa-regs.h and hardware.h
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/pxa/magician.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/pxa/magician.c b/sound/soc/pxa/magician.c index f7c4544f7859..0625c342a1c9 100644 --- a/sound/soc/pxa/magician.c +++ b/sound/soc/pxa/magician.c @@ -27,8 +27,6 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> -#include <mach/pxa-regs.h> -#include <mach/hardware.h> #include <mach/magician.h> #include <asm/mach-types.h> #include "../codecs/uda1380.h" |