Date: Thu, 19 Jun 2025 15:53:10 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a7ebd38805c8 - main - pass: Remove unneeded include Message-ID: <202506191553.55JFrA93071000@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a7ebd38805c87795724b1548a15e960a88100945 commit a7ebd38805c87795724b1548a15e960a88100945 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-06-18 20:45:55 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-06-19 15:52:25 +0000 pass: Remove unneeded include Nothing from scsi_all.h is used here, so don't include it. Sponsored by: Netflix --- sys/cam/scsi/scsi_pass.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/cam/scsi/scsi_pass.c b/sys/cam/scsi/scsi_pass.c index 64b29eae7510..a6787be8737f 100644 --- a/sys/cam/scsi/scsi_pass.c +++ b/sys/cam/scsi/scsi_pass.c @@ -60,7 +60,6 @@ #include <cam/cam_compat.h> #include <cam/cam_xpt_periph.h> -#include <cam/scsi/scsi_all.h> #include <cam/scsi/scsi_pass.h> #define PERIPH_NAME "pass"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506191553.55JFrA93071000>