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: 06252ade91 ("mfd: Add ST Multi-Function eXpander (STMFX) core driver")
Link: https://github.com/ClangBuiltLinux/linux/issues/475
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Nathan Chancellor 2019-05-10 18:23:01 -07:00 committed by Lee Jones
parent 84bdde17c5
commit b1c83bd846
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*/
#ifndef MFD_STMFX_H
#define MFX_STMFX_H
#define MFD_STMFX_H
#include <linux/regmap.h>