diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-22 16:49:03 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-26 07:15:49 (GMT) |
commit | c593aca4e42a24b229a8070c4eb50d01f54877f2 (patch) | |
tree | 22d2d413da6a272f138794db9c4dbd8429df6bca | |
parent | be1c770028b832945680ebf5c0d49b831ba719d5 (diff) | |
download | linux-c593aca4e42a24b229a8070c4eb50d01f54877f2.tar.xz |
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>
-rw-r--r-- | include/linux/mfd/davinci_voicecodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index 5166935..cb01496 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> |