From: Zeng Zhaoming Date: Sun, 27 Feb 2011 19:45:21 +0000 (+0800) Subject: ASoC: remove unnecessary header including in SGTL5000 codec driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5f83df9a6192b3197a58beb66908b3732cb5a670;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Signed-off-by: Mark Brown --- 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 #include #include -#include #include "sgtl5000.h" diff --git a/sound/soc/codecs/sgtl5000.h b/sound/soc/codecs/sgtl5000.h index c29312ab8016..eec3ab368f39 100644 --- a/sound/soc/codecs/sgtl5000.h +++ b/sound/soc/codecs/sgtl5000.h @@ -11,8 +11,6 @@ #ifndef _SGTL5000_H #define _SGTL5000_H -#include - /* * Register values. */