Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2022 00:27:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f341e9bad3eb - main - uart: Remove sbbc reference
Message-ID:  <202210010027.2910RaXo068033@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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));
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210010027.2910RaXo068033>