unifdef __NetBSD_Version__
authorjsg <jsg@openbsd.org>
Wed, 2 Feb 2022 03:48:48 +0000 (03:48 +0000)
committerjsg <jsg@openbsd.org>
Wed, 2 Feb 2022 03:48:48 +0000 (03:48 +0000)
sys/dev/pci/pccbb.c

index 2e9a7eb..fc160de 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pccbb.c,v 1.101 2021/03/05 12:40:13 jsg Exp $ */
+/*     $OpenBSD: pccbb.c,v 1.102 2022/02/02 03:48:48 jsg Exp $ */
 /*     $NetBSD: pccbb.c,v 1.96 2004/03/28 09:49:31 nakayama Exp $      */
 
 /*
 #include <dev/ic/i82365var.h>
 #include <dev/pci/pccbbvar.h>
 
-#ifndef __NetBSD_Version__
 struct cfdriver cbb_cd = {
        NULL, "cbb", DV_DULL
 };
-#endif
 
 #if defined CBB_DEBUG
 #define DPRINTF(x) printf x