Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2022 17:36:35 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: 678c3e53cec1 - main - dpaa bman: Remove unused bman_devclass.
Message-ID:  <202205101736.24AHaZWP099305@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=678c3e53cec163c5d5abb15422f44040e69940f5

commit 678c3e53cec163c5d5abb15422f44040e69940f5
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-05-10 17:21:39 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-05-10 17:21:39 +0000

    dpaa bman: Remove unused bman_devclass.
---
 sys/dev/dpaa/bman.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/dpaa/bman.c b/sys/dev/dpaa/bman.c
index 401855a416dc..7ef81b3bff2b 100644
--- a/sys/dev/dpaa/bman.c
+++ b/sys/dev/dpaa/bman.c
@@ -43,8 +43,6 @@ __FBSDID("$FreeBSD$");
 
 #include "bman.h"
 
-devclass_t bman_devclass;
-
 static struct bman_softc *bman_sc;
 
 extern t_Handle bman_portal_setup(struct bman_softc *bsc);



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