From: Thomas Bogendoerfer Date: Tue, 10 Feb 2026 15:48:51 +0000 (+0100) Subject: Revert "clk: microchip: fix typo in reference to a config option" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df136764e86e4d271133359e2ecd2b6717cc5040;p=thirdparty%2Flinux.git Revert "clk: microchip: fix typo in reference to a config option" This reverts commit a6ab150deb4b740334721d18e02ad400a9d888f5. Signed-off-by: Thomas Bogendoerfer --- diff --git a/drivers/clk/microchip/clk-core.c b/drivers/clk/microchip/clk-core.c index 8200f4864a36..ce3a24e061d1 100644 --- a/drivers/clk/microchip/clk-core.c +++ b/drivers/clk/microchip/clk-core.c @@ -75,7 +75,7 @@ /* SoC specific clock needed during SPLL clock rate switch */ static struct clk_hw *pic32_sclk_hw; -#ifdef CONFIG_MACH_PIC32 +#ifdef CONFIG_MATCH_PIC32 /* add instruction pipeline delay while CPU clock is in-transition. */ #define cpu_nop5() \ do { \