summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udcf.c
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2022-07-02 08:50:43 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2022-07-02 08:50:43 +0000
commitba9e2da185db87b907ce5e5ab973261b6b71b8d3 (patch)
treec794dbe2375ac56389d511a6ec35c4e9f244ac82 /sys/dev/usb/udcf.c
parentf487f43fd3d05d932c6483c4cbeed9667ffcfdf2 (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/dev/usb/udcf.c')
-rw-r--r--sys/dev/usb/udcf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/udcf.c b/sys/dev/usb/udcf.c
index bf837e1683a..4b0b2f05e83 100644
--- a/sys/dev/usb/udcf.c
+++ b/sys/dev/usb/udcf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udcf.c,v 1.64 2020/06/24 22:03:41 cheloha Exp $ */
+/* $OpenBSD: udcf.c,v 1.65 2022/07/02 08:50:42 visa Exp $ */
/*
* Copyright (c) 2006, 2007, 2008 Marc Balmer <mbalmer@openbsd.org>
@@ -19,9 +19,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/select.h>
#include <sys/device.h>
-#include <sys/poll.h>
#include <sys/time.h>
#include <sys/sensors.h>
#include <sys/timeout.h>