rk_usbphy: Remove unused variable.

This commit is contained in:
John Baldwin
2022-04-08 18:31:29 -07:00
parent ba8c7454d1
commit f4bd36ba2a
-3
View File
@@ -286,9 +286,6 @@ rk_usbphy_attach(device_t dev)
static int
rk_usbphy_detach(device_t dev)
{
struct rk_usbphy_softc *sc;
sc = device_get_softc(dev);
return (0);
}