From: Geert Uytterhoeven Date: Thu, 6 Nov 2025 13:33:55 +0000 (+0100) Subject: pinctrl: ma35: #undef field_{get,prep}() before local definition X-Git-Tag: v6.19-rc1~87^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc00c008e9043ca66b711cc0df78a4d94da2e34;p=thirdparty%2Flinux.git pinctrl: ma35: #undef field_{get,prep}() before local definition Prepare for the advent of globally available common field_get() and field_prep() macros by undefining the symbols before defining local variants. This prevents redefinition warnings from the C preprocessor when introducing the common macros later. Suggested-by: Yury Norov Signed-off-by: Geert Uytterhoeven Acked-by: Linus Walleij Signed-off-by: Yury Norov (NVIDIA) --- diff --git a/drivers/pinctrl/nuvoton/pinctrl-ma35.c b/drivers/pinctrl/nuvoton/pinctrl-ma35.c index cdad01d68a37e..925dd717c9dee 100644 --- a/drivers/pinctrl/nuvoton/pinctrl-ma35.c +++ b/drivers/pinctrl/nuvoton/pinctrl-ma35.c @@ -82,7 +82,9 @@ #define MVOLT_3300 1 /* Non-constant mask variant of FIELD_GET() and FIELD_PREP() */ +#undef field_get #define field_get(_mask, _reg) (((_reg) & (_mask)) >> (ffs(_mask) - 1)) +#undef field_prep #define field_prep(_mask, _val) (((_val) << (ffs(_mask) - 1)) & (_mask)) static const char * const gpio_group_name[] = {