diff --git a/sys/dev/acpi/aiboost.c b/sys/dev/acpi/aiboost.c index 9eec366fb2d9..e395283bdd67 100644 --- a/sys/dev/acpi/aiboost.c +++ b/sys/dev/acpi/aiboost.c @@ -1,4 +1,4 @@ -/* $NetBSD: aiboost.c,v 1.16 2007/11/04 13:59:49 xtraeme Exp $ */ +/* $NetBSD: aiboost.c,v 1.17 2007/11/05 23:57:32 xtraeme Exp $ */ /*- * Copyright (c) 2007 Juan Romero Pardines @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: aiboost.c,v 1.16 2007/11/04 13:59:49 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aiboost.c,v 1.17 2007/11/05 23:57:32 xtraeme Exp $"); #include #include @@ -79,7 +79,7 @@ static int aiboost_refresh_sensors(struct sysmon_envsys *, /* autoconf(9) glue */ static int aiboost_acpi_match(device_t, struct cfdata *, void *); -static void aiboost_acpi_attach(device_t, struct device *, void *); +static void aiboost_acpi_attach(device_t, device_t, void *); CFATTACH_DECL_NEW(aiboost, sizeof(struct aiboost_softc), aiboost_acpi_match, aiboost_acpi_attach, NULL, NULL);