aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/amr/amr_linux.c')
-rw-r--r--sys/dev/amr/amr_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c
index 0fe89d7f045e..cb8c4573ef6b 100644
--- a/sys/dev/amr/amr_linux.c
+++ b/sys/dev/amr/amr_linux.c
@@ -69,7 +69,7 @@ DEV_MODULE(amr_linux, amr_linux_modevent, NULL);
MODULE_DEPEND(amr, linux, 1, 1, 1);
static int
-amr_linux_ioctl(d_thread_t *p, struct linux_ioctl_args *args)
+amr_linux_ioctl(struct thread *p, struct linux_ioctl_args *args)
{
struct file *fp;
int error;