summaryrefslogtreecommitdiff
path: root/sys/dev/mse/mse.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
commitfce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch)
tree250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/dev/mse/mse.c
parentcb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff)
Notes
Diffstat (limited to 'sys/dev/mse/mse.c')
-rw-r--r--sys/dev/mse/mse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index e00037fa87d3..ee196b517a8d 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $Id$
+ * $Id: mse.c,v 1.31 1997/02/22 09:36:56 peter Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -52,7 +52,6 @@
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/kernel.h>
-#include <sys/ioctl.h>
#include <sys/uio.h>
#ifdef DEVFS
#include <sys/devfsext.h>