diff --git a/sys/arch/i386/acpi/spic_acpi.c b/sys/arch/i386/acpi/spic_acpi.c index a6a7b7f4efe0..3e0c741af4f9 100644 --- a/sys/arch/i386/acpi/spic_acpi.c +++ b/sys/arch/i386/acpi/spic_acpi.c @@ -1,4 +1,4 @@ -/* $NetBSD: spic_acpi.c,v 1.4 2002/10/02 05:47:10 thorpej Exp $ */ +/* $NetBSD: spic_acpi.c,v 1.5 2002/12/28 20:06:07 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: spic_acpi.c,v 1.4 2002/10/02 05:47:10 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: spic_acpi.c,v 1.5 2002/12/28 20:06:07 christos Exp $"); #include #include @@ -48,9 +48,6 @@ __KERNEL_RCSID(0, "$NetBSD: spic_acpi.c,v 1.4 2002/10/02 05:47:10 thorpej Exp $" #include -void *isa_intr_establish(void *ic, int irq, int type, - int level, int (*ih_fun)(void *), void *ih_arg); - #include #include