aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2014-08-22 18:49:03 +0200
committerLee Jones <lee.jones@linaro.org>2014-09-26 08:15:49 +0100
commitc593aca4e42a24b229a8070c4eb50d01f54877f2 (patch)
tree22d2d413da6a272f138794db9c4dbd8429df6bca /include/linux/mfd
parentmfd: tps65910: Work around silicon erratum SWCZ010 (diff)
downloadlinux-dev-c593aca4e42a24b229a8070c4eb50d01f54877f2.tar.xz
linux-dev-c593aca4e42a24b229a8070c4eb50d01f54877f2.zip
mfd: davinci_voicecodec: Fix 'if defined' guard type in header
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>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/davinci_voicecodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h
index 5166935ce66d..cb01496bfa49 100644
--- a/include/linux/mfd/davinci_voicecodec.h
+++ b/include/linux/mfd/davinci_voicecodec.h
@@ -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>