summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-02 03:55:30 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-02 03:55:30 +0000
commitd59be86c01f32ee11f5da7b15ec73d444d1e7e7f (patch)
treed57ca45191ee810459ab526bd6670a14c93868b2 /sys/dev/pci
parent72ab129ad22af218fe34f32c3d9ba01b9c997ac1 (diff)
unifdef __OpenBSD__
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/sv.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/pci/sv.c b/sys/dev/pci/sv.c
index 92a3a7df3e2..40e38941a0a 100644
--- a/sys/dev/pci/sv.c
+++ b/sys/dev/pci/sv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sv.c,v 1.36 2022/01/09 05:42:58 jsg Exp $ */
+/* $OpenBSD: sv.c,v 1.37 2022/02/02 03:55:29 jsg Exp $ */
/*
* Copyright (c) 1998 Constantine Paul Sapuntzakis
@@ -55,11 +55,9 @@
#include <machine/bus.h>
-#ifdef __OpenBSD__
-struct cfdriver sv_cd = {
- NULL, "sv", DV_DULL
+struct cfdriver sv_cd = {
+ NULL, "sv", DV_DULL
};
-#endif
#ifdef AUDIO_DEBUG
#define DPRINTF(x) if (svdebug) printf x