The branch main has been updated by imp:

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

commit a7ebd38805c87795724b1548a15e960a88100945
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2025-06-18 20:45:55 +0000
Commit:     Warner Losh <i...@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"

Reply via email to