diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2022-07-02 08:50:43 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2022-07-02 08:50:43 +0000 |
commit | ba9e2da185db87b907ce5e5ab973261b6b71b8d3 (patch) | |
tree | c794dbe2375ac56389d511a6ec35c4e9f244ac82 /sys/scsi/mpath.c | |
parent | f487f43fd3d05d932c6483c4cbeed9667ffcfdf2 (diff) |
Remove unused device poll functions.
Also remove unneeded includes of <sys/poll.h> and <sys/select.h>.
Some addenda from jsg@.
OK miod@ mpi@
Diffstat (limited to 'sys/scsi/mpath.c')
-rw-r--r-- | sys/scsi/mpath.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/mpath.c b/sys/scsi/mpath.c index df425d9d02e..049000ba9af 100644 --- a/sys/scsi/mpath.c +++ b/sys/scsi/mpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath.c,v 1.56 2022/04/16 19:19:59 naddy Exp $ */ +/* $OpenBSD: mpath.c,v 1.57 2022/07/02 08:50:42 visa Exp $ */ /* * Copyright (c) 2009 David Gwynne <dlg@openbsd.org> @@ -25,8 +25,6 @@ #include <sys/queue.h> #include <sys/rwlock.h> #include <sys/ioctl.h> -#include <sys/poll.h> -#include <sys/selinfo.h> #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> |