]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: pic32: update include to use pic32.h from platform_data
authorBrian Masney <bmasney@redhat.com>
Mon, 12 Jan 2026 22:48:04 +0000 (17:48 -0500)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 30 Jan 2026 14:29:08 +0000 (15:29 +0100)
commitb8694faa1a0fa848cb0a593ab2d7723868277926
tree07f69afe44bd33eb1729b78a05a8953afa687d0b
parentd6618d277c1a8740ca37b8e4d4a35075e75a7c40
pinctrl: pic32: 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.

Acked-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/pinctrl/pinctrl-pic32.c