diff options
| author | Warner Losh <imp@FreeBSD.org> | 2022-10-01 00:10:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2022-10-01 00:12:10 +0000 |
| commit | 881fca442f6e0b3d665795bc7df345d2d230c951 (patch) | |
| tree | 2acd54dc18a4c7912b777d137ebb364f23398d12 /sys/dev/uart/uart_subr.c | |
| parent | 8a96874eeeee5195b0b0952b77227bef6a26d1a6 (diff) | |
Diffstat (limited to 'sys/dev/uart/uart_subr.c')
| -rw-r--r-- | sys/dev/uart/uart_subr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index e6dec58d7705..7b2d013ec219 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -54,9 +54,6 @@ __FBSDID("$FreeBSD$"); static struct uart_class *uart_classes[] = { &uart_ns8250_class, &uart_z8530_class, -#if defined(__arm__) - &uart_s3c2410_class, -#endif }; static bus_addr_t |
