X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/602a912dd839757229b8583068a161406b968c15..b13267a5123f6a14e47d788c4a8a2a8692e2a119:/sys/dev/acpica5/acpivar.h diff --git a/sys/dev/acpica5/acpivar.h b/sys/dev/acpica5/acpivar.h index b273f617c2..d26af4a123 100644 --- a/sys/dev/acpica5/acpivar.h +++ b/sys/dev/acpica5/acpivar.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/acpica/acpivar.h,v 1.69 2004/05/28 07:15:55 njl Exp $ - * $DragonFly: src/sys/dev/acpica5/acpivar.h,v 1.7 2005/11/01 23:36:32 dillon Exp $ + * $DragonFly: src/sys/dev/acpica5/acpivar.h,v 1.8 2006/09/10 01:26:33 dillon Exp $ */ #include "bus_if.h" @@ -42,7 +42,7 @@ struct acpi_softc { device_t acpi_dev; - dev_t acpi_dev_t; + cdev_t acpi_dev_t; struct callout acpi_sleep_timer; struct resource *acpi_irq;