Skip to content

Commit 07caa83

Browse files
masneybtsbogend
authored andcommitted
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>
1 parent 7748509 commit 07caa83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/microchip/clk-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <linux/interrupt.h>
1010
#include <linux/io.h>
1111
#include <linux/iopoll.h>
12-
#include <asm/mach-pic32/pic32.h>
12+
#include <linux/platform_data/pic32.h>
1313
#include <asm/traps.h>
1414

1515
#include "clk-core.h"

0 commit comments

Comments
 (0)