Commit b1c83bd8 authored by Nathan Chancellor's avatar Nathan Chancellor Committed by Lee Jones

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: 06252ade ("mfd: Add ST Multi-Function eXpander (STMFX) core driver")
Link: https://github.com/ClangBuiltLinux/linux/issues/475Signed-off-by: default avatarNathan Chancellor <natechancellor@gmail.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 84bdde17
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
#ifndef MFD_STMFX_H #ifndef MFD_STMFX_H
#define MFX_STMFX_H #define MFD_STMFX_H
#include <linux/regmap.h> #include <linux/regmap.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment