Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2022 19:32:00 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d3bd2f1f031f - stable/13 - sg: get rid of unused include.
Message-ID:  <202206171932.25HJW0c1007886@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

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

commit d3bd2f1f031f28051e2c7565bc22079b982ff2d7
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-06-13 08:30:49 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:30:19 +0000

    sg: get rid of unused include.
    
    sg driver does not depends on the Linuxulator any more.
    
    Reviewed by:            imp
    Differential Revision:  https://reviews.freebsd.org/D30750
    MFC after:              2 weeks
    
    (cherry picked from commit 8345c513c552f458e0d3993e2606c5e98bb79c8b)
---
 sys/cam/scsi/scsi_sg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/cam/scsi/scsi_sg.c b/sys/cam/scsi/scsi_sg.c
index 8e3f0a27ab58..6b6e65a39f75 100644
--- a/sys/cam/scsi/scsi_sg.c
+++ b/sys/cam/scsi/scsi_sg.c
@@ -60,8 +60,6 @@ __FBSDID("$FreeBSD$");
 #include <cam/scsi/scsi_message.h>
 #include <cam/scsi/scsi_sg.h>
 
-#include <compat/linux/linux_ioctl.h>
-
 typedef enum {
 	SG_FLAG_LOCKED		= 0x01,
 	SG_FLAG_INVALID		= 0x02



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