]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Revert "clk: microchip: fix typo in reference to a config option"
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 10 Feb 2026 15:48:51 +0000 (16:48 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 10 Feb 2026 15:48:51 +0000 (16:48 +0100)
This reverts commit a6ab150deb4b740334721d18e02ad400a9d888f5.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/clk/microchip/clk-core.c

index 8200f4864a361d1358cfe76012e8a8bc5fe5817b..ce3a24e061d145934c84843008efadc3b0e2cffa 100644 (file)
@@ -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 {                                   \