aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2020-12-26 12:44:00 +0000
committerMarius Strobl <marius@FreeBSD.org>2020-12-26 12:48:06 +0000
commitb63eeef41f9335f653c608c2000bea6c28a8a823 (patch)
tree9e335a6111364bd073c94665954afb6c7ee7bb76 /sys/dev/uart/uart.h
parent863de60ebc3cce280f294fd7f7e18aded44d4c62 (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 4ef6af3d901b..ed3b7017d746 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -104,7 +104,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_sab82532_class __attribute__((weak));
extern struct uart_class uart_sbbc_class __attribute__((weak));
extern struct uart_class uart_z8530_class __attribute__((weak));