diff options
author | John Baldwin <jhb@FreeBSD.org> | 2019-09-30 16:18:10 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2024-01-03 20:34:35 +0000 |
commit | dfa6fdec56fece6f466410d6e58d79fe6e9a1b64 (patch) | |
tree | 6b71dc3385cde7e6d7d16ae80cf7f738fe1a267b | |
parent | 19cfade3f3924a7b5bc23d919e280db7f303ffd0 (diff) |
ehci_ps3: Remove unused struct definition.
(cherry picked from commit 3578000a6f505148c5e0ecf5be9d644ed07a81bc)
-rw-r--r-- | sys/powerpc/ps3/ehci_ps3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/powerpc/ps3/ehci_ps3.c b/sys/powerpc/ps3/ehci_ps3.c index 2b0864506e76..00408fde0a62 100644 --- a/sys/powerpc/ps3/ehci_ps3.c +++ b/sys/powerpc/ps3/ehci_ps3.c @@ -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) { |