aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-10-01 00:10:42 +0000
committerWarner Losh <imp@FreeBSD.org>2022-10-01 00:12:10 +0000
commit881fca442f6e0b3d665795bc7df345d2d230c951 (patch)
tree2acd54dc18a4c7912b777d137ebb364f23398d12 /sys/dev/uart/uart.h
parent8a96874eeeee5195b0b0952b77227bef6a26d1a6 (diff)
Diffstat (limited to 'sys/dev/uart/uart.h')
-rw-r--r--sys/dev/uart/uart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h
index ed3b7017d746..d756b587b11d 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -103,7 +103,6 @@ struct uart_class;
extern struct uart_class uart_ns8250_class __attribute__((weak));
extern struct uart_class uart_quicc_class __attribute__((weak));
-extern struct uart_class uart_s3c2410_class __attribute__((weak));
extern struct uart_class uart_sbbc_class __attribute__((weak));
extern struct uart_class uart_z8530_class __attribute__((weak));