aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfe
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2008-12-27 11:38:41 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2008-12-27 11:38:41 +0000
commit44a2eb509f32bbd1c02f1db3a1de3232a4176b96 (patch)
tree4df77f15d4e48cddb77711696d79d8401932e338 /sys/dev/cfe
parentaa334e412d1517e705e40a1e18cd10bc50dd9098 (diff)
Notes
Diffstat (limited to 'sys/dev/cfe')
-rw-r--r--sys/dev/cfe/cfe_console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c
index fbd44f878b7ab..b40567d4f73af 100644
--- a/sys/dev/cfe/cfe_console.c
+++ b/sys/dev/cfe/cfe_console.c
@@ -62,7 +62,6 @@ static struct ttydevsw cfe_ttydevsw = {
};
static int conhandle = -1;
-static struct tty *cfe_tp = NULL;
/* XXX does cfe have to poll? */
static int polltime;
static struct callout_handle cfe_timeouthandle