From: Rasmus Villemoes Date: Fri, 22 Aug 2014 16:49:03 +0000 (+0200) Subject: mfd: davinci_voicecodec: Fix 'if defined' guard type in header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c593aca4e42a24b229a8070c4eb50d01f54877f2;p=linux.git 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 Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index 5166935ce66df..cb01496bfa49e 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 #include