summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tc/sfb.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-01-02 05:21:41 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-01-02 05:21:41 +0000
commitc11a4bd434e5d23cee65a597c8c689b07a2ea65e (patch)
tree4750f197bbc33cb513c7d5269ab28964a35f43fc /sys/arch/alpha/tc/sfb.c
parenta05362de6022925be821415b6c442a46c2ce5349 (diff)
remove last traces of __BROKEN_INDIRECT_CONFIG.
Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile.
Diffstat (limited to 'sys/arch/alpha/tc/sfb.c')
-rw-r--r--sys/arch/alpha/tc/sfb.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/alpha/tc/sfb.c b/sys/arch/alpha/tc/sfb.c
index 872f2cd82e2..9d056b55d50 100644
--- a/sys/arch/alpha/tc/sfb.c
+++ b/sys/arch/alpha/tc/sfb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sfb.c,v 1.15 2005/10/28 19:10:26 martin Exp $ */
+/* $OpenBSD: sfb.c,v 1.16 2006/01/02 05:21:28 brad Exp $ */
/* $NetBSD: sfb.c,v 1.7 1996/12/05 01:39:44 cgd Exp $ */
/*
@@ -52,11 +52,7 @@
#include <machine/autoconf.h>
#include <machine/pte.h>
-#ifdef __BROKEN_INDIRECT_CONFIG
int sfbmatch(struct device *, void *, void *);
-#else
-int sfbmatch(struct device *, struct cfdata *, void *);
-#endif
void sfbattach(struct device *, struct device *, void *);
struct cfattach sfb_ca = {
@@ -122,11 +118,7 @@ struct wsdisplay_accessops sfb_accessops = {
int
sfbmatch(parent, match, aux)
struct device *parent;
-#ifdef __BROKEN_INDIRECT_CONFIG
void *match;
-#else
- struct cfdata *match;
-#endif
void *aux;
{
struct tc_attach_args *ta = aux;