瀏覽代碼

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 年之前
父節點
當前提交
d50884afdf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;