summaryrefslogtreecommitdiff
path: root/sys/dev/pv
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-09-14 09:21:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-09-14 09:21:14 +0000
commit2ea364072692f24ee13ff4380a93586460fab55e (patch)
treec7c220ec21c01401df2204919a414fe29208c099 /sys/dev/pv
parenta563a535294cc7a7288e133790d876111b455486 (diff)
pvclock.h not needed
Diffstat (limited to 'sys/dev/pv')
-rw-r--r--sys/dev/pv/files.pv4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv
index bec16181f46..b75e4e7e2d4 100644
--- a/sys/dev/pv/files.pv
+++ b/sys/dev/pv/files.pv
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pv,v 1.17 2023/04/20 19:28:31 jcs Exp $
+# $OpenBSD: files.pv,v 1.18 2024/09/14 09:21:13 jsg Exp $
#
# Config file and device description for paravirtual devices.
# Included by ports that need it.
@@ -11,7 +11,7 @@ file dev/pv/pvbus.c pvbus needs-flag
# KVM clock
device pvclock
attach pvclock at pvbus
-file dev/pv/pvclock.c pvclock needs-flag
+file dev/pv/pvclock.c pvclock
# VMware Tools
device vmt