diff options
author | 2020-08-03 07:02:08 +0000 | |
---|---|---|
committer | 2020-08-03 07:02:08 +0000 | |
commit | d0e09f6751df9efcb9e2d8d3f2b95efab8aeca2d (patch) | |
tree | 2d3552cfd222f449062ebe953d95a8ba677edf81 /sys/dev/pci/drm/include/linux | |
parent | put the descriptions of the different list types under subsection headings. (diff) | |
download | wireguard-openbsd-d0e09f6751df9efcb9e2d8d3f2b95efab8aeca2d.tar.xz wireguard-openbsd-d0e09f6751df9efcb9e2d8d3f2b95efab8aeca2d.zip |
remove timeval conversion interfaces no longer in linux
Diffstat (limited to 'sys/dev/pci/drm/include/linux')
-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; |