git: f341e9bad3eb - main - uart: Remove sbbc reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Oct 2022 00:27:36 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=f341e9bad3eb7438fe3ac5cff2e58df50f1a28e4
commit f341e9bad3eb7438fe3ac5cff2e58df50f1a28e4
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-01 00:26:45 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-01 00:26:45 +0000
uart: Remove sbbc reference
sbbc support is for sparc64 only, which was removed in 58aa35d42975.
Sponsored by: Netflix
---
sys/dev/uart/uart.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h
index d756b587b11d..f397d4781356 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_sbbc_class __attribute__((weak));
extern struct uart_class uart_z8530_class __attribute__((weak));
/*