diff options
| author | Brian Masney <bmasney@redhat.com> | 2026-01-12 17:48:01 -0500 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2026-01-30 15:29:08 +0100 |
| commit | 07caa83edd9a98d24769c1648b482b03839602ed (patch) | |
| tree | 99c154601e5cb1a2e97a64738af4e663ded0dffc /drivers/clk/microchip/clk-core.c | |
| parent | 77485091b61399df20fad8b2fdf3e8cac3530bb1 (diff) | |
| download | linux-next-07caa83edd9a98d24769c1648b482b03839602ed.tar.gz linux-next-07caa83edd9a98d24769c1648b482b03839602ed.zip | |
clk: microchip: core: update include to use pic32.h from platform_data
Use the linux/platform_data/pic32.h include instead of
asm/mach-pic32/pic32.h so that the asm variant can be dropped. This
is in preparation for allowing some drivers to be compiled on other
architectures with COMPILE_TEST enabled.
Signed-off-by: Brian Masney <bmasney@redhat.com>
Acked-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'drivers/clk/microchip/clk-core.c')
| -rw-r--r-- | drivers/clk/microchip/clk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/microchip/clk-core.c b/drivers/clk/microchip/clk-core.c index b34348d491f3..891bec5fe1be 100644 --- a/drivers/clk/microchip/clk-core.c +++ b/drivers/clk/microchip/clk-core.c @@ -9,7 +9,7 @@ #include <linux/interrupt.h> #include <linux/io.h> #include <linux/iopoll.h> -#include <asm/mach-pic32/pic32.h> +#include <linux/platform_data/pic32.h> #include <asm/traps.h> #include "clk-core.h" |
