summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm64/arm64/conf.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/arm64/arm64/conf.c b/sys/arch/arm64/arm64/conf.c
index a704a360a9d..d481499b2fa 100644
--- a/sys/arch/arm64/arm64/conf.c
+++ b/sys/arch/arm64/arm64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.2 2017/01/10 13:00:57 patrick Exp $ */
+/* $OpenBSD: conf.c,v 1.3 2017/01/21 08:45:45 patrick Exp $ */
/*
* Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -370,18 +370,3 @@ dev_rawpart(struct device *dv)
return (NODEV);
}
-
-#include <dev/cons.h>
-
-cons_decl(com);
-cons_decl(ws);
-
-struct consdev constab[] = {
-#if NWSDISPLAY > 0
- cons_init(ws),
-#endif
-#if NCOM > 0
- cons_init(com),
-#endif
- { 0 },
-};