Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Nov 2023 19:14:18 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3578000a6f50 - main - ehci_ps3: Remove unused struct definition.
Message-ID:  <202311231914.3ANJEIEW026935@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311231914.3ANJEIEW026935>