The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=678c3e53cec163c5d5abb15422f44040e69940f5
commit 678c3e53cec163c5d5abb15422f44040e69940f5 Author: John Baldwin <[email protected]> AuthorDate: 2022-05-10 17:21:39 +0000 Commit: John Baldwin <[email protected]> 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);
