Browse Source

ASoC: tegra: Fix typo in include guard

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Rasmus Villemoes 11 years ago
parent
commit
d50884afdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/tegra/tegra_asoc_utils.h

+ 1 - 1
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;