ref: 37cb0a3672e70bc1d8e9b385ac1443577be6c107
parent: 390605205fe0851134e97857bd37d590207e465f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jan 28 13:59:02 EST 2024
mt7688/uart: fix compiler warnings
--- a/sys/src/9/mt7688/uarti8250.c
+++ b/sys/src/9/mt7688/uarti8250.c
@@ -547,7 +547,6 @@
static void
i8250enable(Uart* uart, int ie)
{
- int mode;
Ctlr *ctlr;
ctlr = uart->regs;
--
⑨