diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-22 11:25:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-22 13:34:39 -0500 |
commit | aa47746269b0f87b3c042db7453b9e461029aed7 (patch) | |
tree | 81fa7d4905bb400db0c1ffe19ac823ccc0efd50d /sound/soc | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | linux-aa47746269b0f87b3c042db7453b9e461029aed7.tar.bz2 |
ASoC: da732x: Fix typo in include guard
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/da732x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/da732x.h b/sound/soc/codecs/da732x.h index 1dceafeec415..f586cbd30b77 100644 --- a/sound/soc/codecs/da732x.h +++ b/sound/soc/codecs/da732x.h @@ -11,7 +11,7 @@ */ #ifndef __DA732X_H_ -#define __DA732X_H +#define __DA732X_H_ #include <sound/soc.h> |