ehci_imx: Remove unused variable.

This commit is contained in:
John Baldwin 2022-04-08 18:31:29 -07:00
parent 1624badace
commit 438548300b

View file

@ -208,10 +208,9 @@ static int
imx_usbmisc_attach(device_t dev)
{
struct imx_usbmisc_softc *sc;
int err, rid;
int rid;
sc = device_get_softc(dev);
err = 0;
/* Allocate bus_space resources. */
rid = 0;