From: Shawn Guo Date: Thu, 28 Mar 2013 15:21:16 +0000 (+0800) Subject: ASoC: mxs-saif: remove mach header inclusion X-Git-Tag: upstream/snapshot3+hdmi~5161^2~11^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=114fe75defb04c03c100ed22617108165d546abe;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ASoC: mxs-saif: remove mach header inclusion The header is not needed at all, and is needed only for macros MXS_SET_ADDR and MXS_CLR_ADDR. Define the macros and remove the mach header inclusions. Signed-off-by: Shawn Guo Acked-by: Mark Brown --- diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c index 3a2aa1d..41a6136 100644 --- a/sound/soc/mxs/mxs-saif.c +++ b/sound/soc/mxs/mxs-saif.c @@ -33,11 +33,12 @@ #include #include #include -#include -#include #include "mxs-saif.h" +#define MXS_SET_ADDR 0x4 +#define MXS_CLR_ADDR 0x8 + static struct mxs_saif *mxs_saif[2]; /*