From: Nathan Chancellor Date: Sat, 11 May 2019 01:23:01 +0000 (-0700) Subject: mfd: stmfx: Fix macro definition spelling X-Git-Tag: v5.3-rc1~80^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b1c83bd84618e5a3ec6395845d11803047a3ef9a;p=users%2Fjedix%2Flinux-maple.git mfd: stmfx: Fix macro definition spelling Clang warns: In file included from drivers/mfd/stmfx.c:13: include/linux/mfd/stmfx.h:7:9: warning: 'MFD_STMFX_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] Fixes: 06252ade9156 ("mfd: Add ST Multi-Function eXpander (STMFX) core driver") Link: https://github.com/ClangBuiltLinux/linux/issues/475 Signed-off-by: Nathan Chancellor Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/stmfx.h b/include/linux/mfd/stmfx.h index d890595b89b60..3c67983678ec7 100644 --- a/include/linux/mfd/stmfx.h +++ b/include/linux/mfd/stmfx.h @@ -5,7 +5,7 @@ */ #ifndef MFD_STMFX_H -#define MFX_STMFX_H +#define MFD_STMFX_H #include