diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-19 16:23:33 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-19 16:23:33 +0000 |
commit | dd47b81651b20e0ecfaad5ae9c71ff37c8b5de82 (patch) | |
tree | 51b31e3767ff0b0e7f487495b68f82719d5e94e2 /sys/dev/usb/udcf.c | |
parent | ff47afecc5256d613ccadffd064301f092452de5 (diff) |
remove the no longer needed time calculations now that we have them in
sys/kern/clock_subr.c
Diffstat (limited to 'sys/dev/usb/udcf.c')
-rw-r--r-- | sys/dev/usb/udcf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/udcf.c b/sys/dev/usb/udcf.c index 475884171b9..9b69af22aa1 100644 --- a/sys/dev/usb/udcf.c +++ b/sys/dev/usb/udcf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udcf.c,v 1.14 2006/06/19 15:13:35 deraadt Exp $ */ +/* $OpenBSD: udcf.c,v 1.15 2006/06/19 16:23:32 mbalmer Exp $ */ /* * Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> @@ -29,7 +29,6 @@ #include <sys/time.h> #include <sys/sensors.h> -#include <dev/clock_subr.h> #include <dev/usb/usb.h> #include <dev/usb/usbdi.h> #include <dev/usb/usbdi_util.h> |