From: Shawn Guo Date: Sat, 15 Sep 2012 05:43:02 +0000 (+0800) Subject: ASoC: imx-ssi: remove unneeded mach/hardware.h inclusion X-Git-Tag: upstream/snapshot3+hdmi~6095^2~13^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad698d20a6a83904d85adadc5d4c0dd9c48dcded;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ASoC: imx-ssi: remove unneeded mach/hardware.h inclusion The inclusion of mach/hardware.h is not used by the driver at all. Remove it. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Arnd Bergmann Cc: Mark Brown Cc: alsa-devel@alsa-project.org --- diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c index 006f7d4..dd56644 100644 --- a/sound/soc/fsl/imx-ssi.c +++ b/sound/soc/fsl/imx-ssi.c @@ -48,7 +48,6 @@ #include #include -#include #include "imx-ssi.h"