Date: Mon, 16 Jun 2025 17:57: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: 45165aab2d22 - main - nvme.ko: Don't include nvme_util.c Message-ID: <202506161757.55GHvIZ7059769@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=45165aab2d229a1377fb2c054d5c7c338acc268a commit 45165aab2d229a1377fb2c054d5c7c338acc268a Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-06-16 17:56:52 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-06-16 17:56:52 +0000 nvme.ko: Don't include nvme_util.c This file is already included in cam.ko which nvme.ko depends on unconditionally. Reviewed by: imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D50705 --- sys/modules/nvme/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/nvme/Makefile b/sys/modules/nvme/Makefile index 9d7cf19b925e..936a28fa5de9 100644 --- a/sys/modules/nvme/Makefile +++ b/sys/modules/nvme/Makefile @@ -13,7 +13,6 @@ SRCS = nvme.c \ nvme_sim.c \ nvme_sysctl.c \ nvme_test.c \ - nvme_util.c \ \ bus_if.h \ device_if.h \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506161757.55GHvIZ7059769>