From: Rasmus Villemoes Date: Fri, 22 Aug 2014 09:27:07 +0000 (+0200) Subject: ASoC: tegra: Fix typo in include guard X-Git-Tag: v3.17-rc4~24^2^2^10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d50884afdf592ebfe449b0a7cd741dd658716b13;p=thirdparty%2Fkernel%2Flinux.git ASoC: tegra: Fix typo in include guard Signed-off-by: Rasmus Villemoes Acked-by: Thierry Reding Signed-off-by: Mark Brown --- diff --git a/sound/soc/tegra/tegra_asoc_utils.h b/sound/soc/tegra/tegra_asoc_utils.h index 9577121ce9712..ca8037634100b 100644 --- a/sound/soc/tegra/tegra_asoc_utils.h +++ b/sound/soc/tegra/tegra_asoc_utils.h @@ -21,7 +21,7 @@ */ #ifndef __TEGRA_ASOC_UTILS_H__ -#define __TEGRA_ASOC_UTILS_H_ +#define __TEGRA_ASOC_UTILS_H__ struct clk; struct device;