summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-rw-r--r--sys/dev/acpica/acpi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 49c6266..3edd3f8 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1590,19 +1590,19 @@ acpi_deregister_ioctl(u_long cmd, int (* fn)(u_long cmd, caddr_t addr, void *arg
}
static int
-acpiopen(dev_t dev, int flag, int fmt, struct proc *p)
+acpiopen(dev_t dev, int flag, int fmt, struct thread *td)
{
return(0);
}
static int
-acpiclose(dev_t dev, int flag, int fmt, struct proc *p)
+acpiclose(dev_t dev, int flag, int fmt, struct thread *td)
{
return(0);
}
static int
-acpiioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
+acpiioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct thread *td)
{
struct acpi_softc *sc;
struct acpi_ioctl_hook *hp;
OpenPOWER on IntegriCloud