summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uvideo.c')
-rw-r--r--sys/dev/usb/uvideo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index 512723f35ba..4f3d33eeec8 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.c,v 1.177 2014/10/23 07:34:48 brad Exp $ */
+/* $OpenBSD: uvideo.c,v 1.178 2014/11/18 23:55:01 krw Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -28,7 +28,6 @@
#include <sys/selinfo.h>
#include <sys/lock.h>
#include <sys/stat.h>
-#include <sys/device.h>
#include <sys/poll.h>
#include <sys/timeout.h>
#include <sys/kthread.h>