diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-03 07:02:09 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-03 07:02:09 +0000 |
commit | 6ef115255134e121bad1197ddc74178a5951e1cf (patch) | |
tree | 2bbd95740ae193820fb253d3db3bb8b46fa704d5 /sys/dev/pci/drm/include | |
parent | 10b8e29ca61683d047bcdaf15540bbf72a42e444 (diff) |
remove timeval conversion interfaces no longer in linux
Diffstat (limited to 'sys/dev/pci/drm/include')
-rw-r--r-- | sys/dev/pci/drm/include/linux/time.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/drm/include/linux/time.h b/sys/dev/pci/drm/include/linux/time.h index ec764e28a4a..fb9c3308617 100644 --- a/sys/dev/pci/drm/include/linux/time.h +++ b/sys/dev/pci/drm/include/linux/time.h @@ -1,4 +1,4 @@ -/* $OpenBSD: time.h,v 1.3 2020/07/02 11:01:21 jsg Exp $ */ +/* $OpenBSD: time.h,v 1.4 2020/08/03 07:02:08 jsg Exp $ */ /* * Copyright (c) 2013, 2014, 2015 Mark Kettenis * @@ -29,11 +29,6 @@ #define USEC_PER_MSEC 1000L #define USEC_PER_SEC 1000000L -extern int64_t timeval_to_ms(const struct timeval *); -extern int64_t timeval_to_ns(const struct timeval *); -extern int64_t timeval_to_us(const struct timeval *); -extern struct timeval ns_to_timeval(const int64_t); - struct timespec64 { time_t tv_sec; long tv_nsec; |