diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-06-08 09:37:51 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-06-08 09:37:51 +0000 |
| commit | 7dad0d7ef9e862ceca123a9a07652c0c5599c2c5 (patch) | |
| tree | 568fb321d21a442b2e70be3dcbd131d9e3351fd9 /sys/dev/mse | |
| parent | e7f1854cb747a5111b024144d724118dad2f7f86 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mse')
| -rw-r--r-- | sys/dev/mse/mse.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index b3d665369d8e..835e1e148580 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: mse.c,v 1.25 1996/03/28 14:28:46 scrappy Exp $ + * $Id: mse.c,v 1.26 1996/06/02 18:57:17 joerg Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -60,11 +60,8 @@ #endif /*DEVFS*/ #include <machine/clock.h> -#include <machine/cpu.h> #include <i386/isa/isa_device.h> -#include <i386/isa/icu.h> - static int mseprobe(struct isa_device *); static int mseattach(struct isa_device *); |
