summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-13 07:08:22 +0000
committerimp <imp@FreeBSD.org>2004-12-13 07:08:22 +0000
commita7ef57e297dde5f060ba02491b8c6b8438c02979 (patch)
tree51825b9c7b0e64d7ff6a05d574eef9bc1941409b /sys/dev/usb
parenteda2bd825d0c4c7e7459a9d7c1ea471875cccc67 (diff)
downloadFreeBSD-src-a7ef57e297dde5f060ba02491b8c6b8438c02979.zip
FreeBSD-src-a7ef57e297dde5f060ba02491b8c6b8438c02979.tar.gz
Add sys/uio.h explicitly, and move sys/vnode.h include to be more
alphabetical. # vnode.h should not be included here, but it is required for proper decoding # of the flags args. This may change in the future...
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ugen.c3
-rw-r--r--sys/dev/usb/uhid.c3
-rw-r--r--sys/dev/usb/ums.c3
-rw-r--r--sys/dev/usb/usb.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/usb/ugen.c b/sys/dev/usb/ugen.c
index 5db6edc..bc0c27a 100644
--- a/sys/dev/usb/ugen.c
+++ b/sys/dev/usb/ugen.c
@@ -70,9 +70,10 @@ __FBSDID("$FreeBSD$");
#else
#include <sys/select.h>
#endif
-#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>
+#include <sys/uio.h>
+#include <sys/vnode.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c
index 4c287af..7fe6756 100644
--- a/sys/dev/usb/uhid.c
+++ b/sys/dev/usb/uhid.c
@@ -76,9 +76,10 @@ __FBSDID("$FreeBSD$");
#include <sys/select.h>
#endif
#include <sys/proc.h>
-#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>
+#include <sys/uio.h>
+#include <sys/vnode.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbhid.h>
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c
index 83440c3..c78c422 100644
--- a/sys/dev/usb/ums.c
+++ b/sys/dev/usb/ums.c
@@ -58,9 +58,10 @@ __FBSDID("$FreeBSD$");
#else
#include <sys/select.h>
#endif
-#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>
+#include <sys/uio.h>
+#include <sys/vnode.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbhid.h>
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index 07be320..eb8b80a 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -79,9 +79,10 @@ __FBSDID("$FreeBSD$");
#else
#include <sys/select.h>
#endif
-#include <sys/vnode.h>
#include <sys/signalvar.h>
#include <sys/sysctl.h>
+#include <sys/uio.h>
+#include <sys/vnode.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>
OpenPOWER on IntegriCloud