Browse Source

ASoC: da732x: Fix typo in include guard

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Mark Brown <broonie@linaro.org>
Rasmus Villemoes 11 years ago
parent
commit
aa47746269
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/da732x.h

+ 1 - 1
sound/soc/codecs/da732x.h

@@ -11,7 +11,7 @@
  */
  */
 
 
 #ifndef __DA732X_H_
 #ifndef __DA732X_H_
-#define __DA732X_H
+#define __DA732X_H_
 
 
 #include <sound/soc.h>
 #include <sound/soc.h>