unifdef OpenBSD
authorjsg <jsg@openbsd.org>
Tue, 15 Feb 2022 10:36:59 +0000 (10:36 +0000)
committerjsg <jsg@openbsd.org>
Tue, 15 Feb 2022 10:36:59 +0000 (10:36 +0000)
ok miod@

sys/dev/sbus/rfx.c

index 8cdbf38..c757f72 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rfx.c,v 1.12 2014/01/22 03:03:09 jsg Exp $    */
+/*     $OpenBSD: rfx.c,v 1.13 2022/02/15 10:36:59 jsg Exp $    */
 
 /*
  * Copyright (c) 2004, Miodrag Vallat.
@@ -141,7 +141,6 @@ struct wsdisplay_accessops rfx_accessops = {
 int    rfxmatch(struct device *, void *, void *);
 void   rfxattach(struct device *, struct device *, void *);
 
-#if defined(OpenBSD)
 struct cfattach rfx_ca = {
        sizeof (struct rfx_softc), rfxmatch, rfxattach
 };
@@ -149,9 +148,6 @@ struct cfattach rfx_ca = {
 struct cfdriver rfx_cd = {
        NULL, "rfx", DV_DULL
 };
-#else
-CFATTACH_DECL(rfx, sizeof (struct rfx_softc), rfxmatch, rfxattach, NULL, NULL);
-#endif
 
 /*
  * Match a supported RasterFlex card.