diff options
author | Zeng Zhaoming <b32542@freescale.com> | 2011-02-27 20:45:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-28 15:24:35 +0100 |
commit | 5f83df9a6192b3197a58beb66908b3732cb5a670 (patch) | |
tree | 74074e436f16a910be170f8901c745c40b886f59 /sound/soc/codecs/sgtl5000.c | |
parent | Merge branch 'for-2.6.38' into for-2.6.39 (diff) | |
download | linux-5f83df9a6192b3197a58beb66908b3732cb5a670.tar.xz linux-5f83df9a6192b3197a58beb66908b3732cb5a670.zip |
ASoC: remove unnecessary header including in SGTL5000 codec driver
Remove unnecessary headers:
- mach/hardware.h in sgtl5000.c
- linux/i2c.h in sgtl5000.h
Signed-off-by: Zeng Zhaoming <b32542@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/sgtl5000.c')
-rw-r--r-- | sound/soc/codecs/sgtl5000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index 9eb206e852db..b528f971f3f2 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c @@ -27,7 +27,6 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> #include <sound/initval.h> -#include <mach/hardware.h> #include "sgtl5000.h" |