ehci_ps3: Remove unused struct definition.

(cherry picked from commit 3578000a6f505148c5e0ecf5be9d644ed07a81bc)
This commit is contained in:
John Baldwin 2019-09-30 16:18:10 +00:00
parent 19cfade3f3
commit dfa6fdec56

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)
{