diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-03 10:06:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-07 04:40:04 -0400 |
commit | 0f8469a54f7bd65f2c740a5480c56260dc8a7ae0 (patch) | |
tree | 4f922bf707c379352eb4c077fbb0a8c48c07fc1f /sound | |
parent | 897d85275d7f061ff0ec838bd5224a9e76ad07d6 (diff) |
[ARM] Eliminate useless includes of asm/mach-types.h
There are 43 includes of asm/mach-types.h by files that don't
reference anything from that file. Remove these unnecessary
includes.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/davinci/davinci-evm.c | 1 | ||||
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index 5e2c306399ed..0722eebe3d6a 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <sound/soc.h> | 19 | #include <sound/soc.h> |
20 | #include <sound/soc-dapm.h> | 20 | #include <sound/soc-dapm.h> |
21 | 21 | ||
22 | #include <asm/mach-types.h> | ||
23 | #include <asm/dma.h> | 22 | #include <asm/dma.h> |
24 | #include <asm/arch/hardware.h> | 23 | #include <asm/arch/hardware.h> |
25 | 24 | ||
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 4d7a9aa15f1a..22e281ef639e 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <sound/soc-dapm.h> | 24 | #include <sound/soc-dapm.h> |
25 | #include <sound/tlv.h> | 25 | #include <sound/tlv.h> |
26 | 26 | ||
27 | #include <asm/mach-types.h> | ||
28 | #include <asm/hardware/scoop.h> | 27 | #include <asm/hardware/scoop.h> |
29 | #include <asm/arch/regs-clock.h> | 28 | #include <asm/arch/regs-clock.h> |
30 | #include <asm/arch/regs-gpio.h> | 29 | #include <asm/arch/regs-gpio.h> |