ASoC: da732x: Fix typo in include guard
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
7d1311b93e
commit
aa47746269
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __DA732X_H_
|
||||
#define __DA732X_H
|
||||
#define __DA732X_H_
|
||||
|
||||
#include <sound/soc.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue