Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 20:45:37 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: dfa6fdec56fe - stable/14 - ehci_ps3: Remove unused struct definition.
Message-ID:  <202401032045.403KjbZ9037516@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=dfa6fdec56fece6f466410d6e58d79fe6e9a1b64

commit dfa6fdec56fece6f466410d6e58d79fe6e9a1b64
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2019-09-30 16:18:10 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-01-03 20:34:35 +0000

    ehci_ps3: Remove unused struct definition.
    
    (cherry picked from commit 3578000a6f505148c5e0ecf5be9d644ed07a81bc)
---
 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?202401032045.403KjbZ9037516>