ehci_ps3: Remove unused struct definition.

This commit is contained in:
John Baldwin 2019-09-30 16:18:10 +00:00
parent 71cfd330fc
commit 3578000a6f

View file

@ -62,11 +62,6 @@
#include "ps3bus.h"
struct ps3_ehci_softc {
ehci_softc_t base;
struct bus_space tag;
};
static void
ehci_ps3_post_reset(struct ehci_softc *ehci_softc)
{