pinctrl: imx1: Fix too generic defines
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2024 14:18:36 +0000 (16:18 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2024 20:57:23 +0000 (22:57 +0200)
commit06783dc52057045edd9cfcdd8f90899d04bc8678
tree760c0b5a65f475debf40a96c1b9f41625bd0023e
parent30e830b8b952e550344224546f8cd83c5c49a5bf
pinctrl: imx1: Fix too generic defines

The "PC" define is colliding with the (apparently broadcased)
define for "program counter" on Loongarch, so let's rename all
these 2-letter defines so they don't collide with stuff.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202410020940.wGISlWfV-lkp@intel.com/
Fixes: a55222b7a132 ("pinctrl: freescale: enable use with COMPILE_TEST")
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/pinctrl-imx1.c