mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ehci_imx: Remove unused variable.
This commit is contained in:
parent
1624badace
commit
438548300b
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue