diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2011-01-28 19:00:18 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-31 13:31:29 (GMT) |
commit | c800587f658d787a1e92385fdde0e3b5e0856f37 (patch) | |
tree | 5286e2e9a4036ba662aaaed5e09222f8c175aad7 /sound/soc/samsung | |
parent | 713dce4e0b3dfd9d2d159d2fc6ec191916279bc5 (diff) | |
download | linux-c800587f658d787a1e92385fdde0e3b5e0856f37.tar.xz |
ASoC: neo1973_wm8753 audio support does not require scoop
This driver does not use any of the functionality provided by the scoop
hardware. Remove the unneeded header.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/neo1973_wm8753.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c index d20815d..d3cd688 100644 --- a/sound/soc/samsung/neo1973_wm8753.c +++ b/sound/soc/samsung/neo1973_wm8753.c @@ -24,7 +24,6 @@ #include <sound/tlv.h> #include <asm/mach-types.h> -#include <asm/hardware/scoop.h> #include <mach/regs-clock.h> #include <mach/regs-gpio.h> #include <mach/hardware.h> |