git: 3578000a6f50 - main - ehci_ps3: Remove unused struct definition.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Nov 2023 19:14:18 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3578000a6f505148c5e0ecf5be9d644ed07a81bc commit 3578000a6f505148c5e0ecf5be9d644ed07a81bc Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2019-09-30 16:18:10 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-11-23 19:14:02 +0000 ehci_ps3: Remove unused struct definition. --- sys/powerpc/ps3/ehci_ps3.c | 5 ----- 1 file changed, 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) {