diff --git a/sys/arch/i386/stand/lib/pcio.c b/sys/arch/i386/stand/lib/pcio.c index f28bf2ab1b3c..d03e4466bc34 100644 --- a/sys/arch/i386/stand/lib/pcio.c +++ b/sys/arch/i386/stand/lib/pcio.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcio.c,v 1.29 2011/02/14 23:47:11 jmcneill Exp $ */ +/* $NetBSD: pcio.c,v 1.30 2011/06/08 16:04:40 joerg Exp $ */ /* * Copyright (c) 1996, 1997 @@ -38,10 +38,6 @@ #include "libi386.h" #include "bootinfo.h" -extern void conputc(int); -extern int congetc(void); -extern int conisshift(void); -extern int coniskey(void); extern struct x86_boot_params boot_params; struct btinfo_console btinfo_console;