Date: Sun, 13 Jun 2021 08:31:12 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8345c513c552 - main - sg: get rid of unused include. Message-ID: <202106130831.15D8VCib093158@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=8345c513c552f458e0d3993e2606c5e98bb79c8b commit 8345c513c552f458e0d3993e2606c5e98bb79c8b Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-06-13 08:30:49 +0000 Commit: Dmitry Chagin <dchagin@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106130831.15D8VCib093158>