From ad74bb04b21760e9777828f3672af310f0f17929 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 7 Mar 2005 16:44:54 +0000 Subject: Do not bother passing the blanking routine to fbwscons_console_init(), as fbwscons_attach() can find it on its own. --- sys/arch/sparc/include/fbvar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/sparc/include') diff --git a/sys/arch/sparc/include/fbvar.h b/sys/arch/sparc/include/fbvar.h index 74733c58278..9bb3e9636d7 100644 --- a/sys/arch/sparc/include/fbvar.h +++ b/sys/arch/sparc/include/fbvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fbvar.h,v 1.12 2004/11/29 22:07:39 miod Exp $ */ +/* $OpenBSD: fbvar.h,v 1.13 2005/03/07 16:44:52 miod Exp $ */ /* $NetBSD: fbvar.h,v 1.9 1997/07/07 23:31:30 pk Exp $ */ /* @@ -79,8 +79,7 @@ extern int fbnode; void fb_setsize(struct sunfb*, int, int, int, int, int); void fbwscons_init(struct sunfb *, int); -void fbwscons_console_init(struct sunfb *, int, - void (*)(void *, u_int, u_int)); +void fbwscons_console_init(struct sunfb *, int); void fbwscons_setcolormap(struct sunfb *, void (*)(void *, u_int, u_int8_t, u_int8_t, u_int8_t)); void fbwscons_attach(struct sunfb *, struct wsdisplay_accessops *, int); -- cgit v1.2.3