summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-01-30 14:12:20 +0000
committerad <ad@NetBSD.org>2008-01-30 14:12:20 +0000
commit549e8ec8b95a2e04f4e8414b6d350af8019f39a6 (patch)
treef4d395392343ce84cca08373f869eea5062126aa /sys/dev/hpc
parent90e58d83239eea73c613022cff72cb3d611f5f3e (diff)
Has this compiled recently?
Diffstat (limited to 'sys/dev/hpc')
-rw-r--r--sys/dev/hpc/hpcfb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/hpc/hpcfb.c b/sys/dev/hpc/hpcfb.c
index cf03a1d448d..58ef6665108 100644
--- a/sys/dev/hpc/hpcfb.c
+++ b/sys/dev/hpc/hpcfb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcfb.c,v 1.45 2008/01/04 21:17:53 ad Exp $ */
+/* $NetBSD: hpcfb.c,v 1.46 2008/01/30 14:12:20 ad Exp $ */
/*-
* Copyright (c) 1999
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.45 2008/01/04 21:17:53 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.46 2008/01/30 14:12:20 ad Exp $");
#ifdef _KERNEL_OPT
#include "opt_hpcfb.h"
@@ -163,7 +163,6 @@ struct hpcfb_softc {
int sc_polling;
int sc_mapping;
struct proc *sc_thread;
- struct lock sc_lock;
void *sc_wantedscreen;
void (*sc_switchcb)(void *, int, int);
void *sc_switchcbarg;