diff options
Diffstat (limited to 'sys/arch/alpha/tc/cfb.c')
-rw-r--r-- | sys/arch/alpha/tc/cfb.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/alpha/tc/cfb.c b/sys/arch/alpha/tc/cfb.c index dc4e0955d65..a38c7af2046 100644 --- a/sys/arch/alpha/tc/cfb.c +++ b/sys/arch/alpha/tc/cfb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cfb.c,v 1.15 2005/10/28 19:10:26 martin Exp $ */ +/* $OpenBSD: cfb.c,v 1.16 2006/01/02 05:21:28 brad Exp $ */ /* $NetBSD: cfb.c,v 1.7 1996/12/05 01:39:39 cgd Exp $ */ /* @@ -52,11 +52,7 @@ #include <machine/autoconf.h> #include <machine/pte.h> -#ifdef __BROKEN_INDIRECT_CONFIG int cfbmatch(struct device *, void *, void *); -#else -int cfbmatch(struct device *, struct cfdata *, void *); -#endif void cfbattach(struct device *, struct device *, void *); struct cfattach cfb_ca = { @@ -119,11 +115,7 @@ struct wsdisplay_accessops cfb_accessops = { int cfbmatch(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; |