From: jsg Date: Wed, 2 Feb 2022 03:55:29 +0000 (+0000) Subject: unifdef __OpenBSD__ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5119a88b6246443239f452c54dc781b01e52f020;p=openbsd unifdef __OpenBSD__ --- 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 -#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