git: 8345c513c552 - main - sg: get rid of unused include.

Dmitry Chagin dchagin at FreeBSD.org
Sun Jun 13 08:31:13 UTC 2021


The branch main has been updated by dchagin:

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

commit 8345c513c552f458e0d3993e2606c5e98bb79c8b
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-06-13 08:30:49 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-06-13 08:30:49 +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
---
 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


More information about the dev-commits-src-main mailing list