diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2020-12-26 12:44:00 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2020-12-26 12:48:06 +0000 |
| commit | b63eeef41f9335f653c608c2000bea6c28a8a823 (patch) | |
| tree | 9e335a6111364bd073c94665954afb6c7ee7bb76 /sys/dev/uart/uart.h | |
| parent | 863de60ebc3cce280f294fd7f7e18aded44d4c62 (diff) | |
Diffstat (limited to 'sys/dev/uart/uart.h')
| -rw-r--r-- | sys/dev/uart/uart.h | 1 |
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)); |
