uart_dev_lowrisc: Remove unused variables in stub functions.
This commit is contained in:
parent
d8e7d35acf
commit
9e420b3742
@ -371,9 +371,6 @@ lowrisc_uart_bus_transmit(struct uart_softc *sc)
|
||||
static void
|
||||
lowrisc_uart_bus_grab(struct uart_softc *sc)
|
||||
{
|
||||
struct uart_bas *bas;
|
||||
|
||||
bas = &sc->sc_bas;
|
||||
|
||||
uart_lock(sc->sc_hwmtx);
|
||||
/* TODO */
|
||||
@ -383,9 +380,6 @@ lowrisc_uart_bus_grab(struct uart_softc *sc)
|
||||
static void
|
||||
lowrisc_uart_bus_ungrab(struct uart_softc *sc)
|
||||
{
|
||||
struct uart_bas *bas;
|
||||
|
||||
bas = &sc->sc_bas;
|
||||
|
||||
uart_lock(sc->sc_hwmtx);
|
||||
/* TODO */
|
||||
|
Loading…
Reference in New Issue
Block a user