mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
uart: Remove sbbc reference
sbbc support is for sparc64 only, which was removed in 58aa35d429.
Sponsored by: Netflix
This commit is contained in:
parent
881fca442f
commit
f341e9bad3
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue