diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-01-19 02:28:07 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-09 09:22:38 -0400 |
commit | 5742964e916269e01a3467d2bff2601180b7da3d (patch) | |
tree | 16f5b6675cb8f6cf3e121d36557ce9978cb05f28 /sound/soc/pxa/tosa.c | |
parent | 290a5589ce83540d0aba811c3d15af34aa373533 (diff) |
[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h
pxa-regs.h and hardware.h are not intended for use directly in driver
code, remove those unnecessary references.
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'sound/soc/pxa/tosa.c')
-rw-r--r-- | sound/soc/pxa/tosa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/pxa/tosa.c b/sound/soc/pxa/tosa.c index c77194f74c9b..050223d04e54 100644 --- a/sound/soc/pxa/tosa.c +++ b/sound/soc/pxa/tosa.c | |||
@@ -30,8 +30,6 @@ | |||
30 | 30 | ||
31 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
32 | #include <mach/tosa.h> | 32 | #include <mach/tosa.h> |
33 | #include <mach/pxa-regs.h> | ||
34 | #include <mach/hardware.h> | ||
35 | #include <mach/audio.h> | 33 | #include <mach/audio.h> |
36 | 34 | ||
37 | #include "../codecs/wm9712.h" | 35 | #include "../codecs/wm9712.h" |