diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-04-09 14:07:27 +0800 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-04-15 10:53:45 +0800 |
commit | 5e901b37e4a8a305542ad3a776bce997efd7e5e9 (patch) | |
tree | c06951971183940eb310d002bfb2f4141c973c84 /sound/soc | |
parent | 6845a658e09767e72c12558825ed66a9eda02737 (diff) | |
download | op-kernel-dev-5e901b37e4a8a305542ad3a776bce997efd7e5e9.zip op-kernel-dev-5e901b37e4a8a305542ad3a776bce997efd7e5e9.tar.gz |
[ARM] pxa/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>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-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 f7c4544..0625c34 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" |