Skip to content

Commit

Permalink
ASoC: tegra: Fix typo in include guard
Browse files Browse the repository at this point in the history
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Rasmus Villemoes authored and Mark Brown committed Aug 22, 2014
1 parent 7d1311b commit d50884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/tegra/tegra_asoc_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

#ifndef __TEGRA_ASOC_UTILS_H__
#define __TEGRA_ASOC_UTILS_H_
#define __TEGRA_ASOC_UTILS_H__

struct clk;
struct device;
Expand Down

0 comments on commit d50884a

Please sign in to comment.