diff options
| author | Brian Masney <bmasney@redhat.com> | 2026-01-13 01:48:06 +0300 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2026-01-30 17:29:08 +0300 |
| commit | 24cad1a22848bb7cece0000e443c368e205b551f (patch) | |
| tree | 459c3c27fe6d81fc15325b7027bbdac27cc93f63 | |
| parent | ed65ae9f6c6b030e0a5912b7a88ca02f57cbc43e (diff) | |
| download | linux-24cad1a22848bb7cece0000e443c368e205b551f.tar.xz | |
serial: pic32_uart: 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>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
| -rw-r--r-- | drivers/tty/serial/pic32_uart.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/tty/serial/pic32_uart.c b/drivers/tty/serial/pic32_uart.c index 14d50bd7f1bd..8407f85776c0 100644 --- a/drivers/tty/serial/pic32_uart.c +++ b/drivers/tty/serial/pic32_uart.c @@ -22,8 +22,7 @@ #include <linux/tty_flip.h> #include <linux/serial_core.h> #include <linux/delay.h> - -#include <asm/mach-pic32/pic32.h> +#include <linux/platform_data/pic32.h> /* UART name and device definitions */ #define PIC32_DEV_NAME "pic32-uart" |
