]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mfd: davinci_voicecodec: Fix 'if defined' guard type in header
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 22 Aug 2014 16:49:03 +0000 (18:49 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:49 +0000 (08:15 +0100)
The include guard doesn't work as intended due to the transposition
typo DAVINCI -> DAVINIC.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/davinci_voicecodec.h

index 5166935ce66df46748e1b173ad8cfc2b6379b011..cb01496bfa49edb2a7b273449bd2aa6121e7e636 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_
-#define __LINUX_MFD_DAVINIC_VOICECODEC_H_
+#define __LINUX_MFD_DAVINCI_VOICECODEC_H_
 
 #include <linux/kernel.h>
 #include <linux/platform_device.h>