diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-05-20 17:29:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-05-20 17:29:21 +0000 |
| commit | 00b4e54ae7b69db140f2168049138a443fd3190f (patch) | |
| tree | 57c7e52b00a944272cad04dc847cef00b88197de /sys/dev/mfi/mfi_linux.c | |
| parent | 4ab9c8af927629d232120e67a0e73e5f70cbf1b9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mfi/mfi_linux.c')
| -rw-r--r-- | sys/dev/mfi/mfi_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index 911c02c9059c..44edf49109db 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -80,7 +80,7 @@ DEV_MODULE(mfi_linux, mfi_linux_modevent, NULL); MODULE_DEPEND(mfi, linux, 1, 1, 1); static int -mfi_linux_ioctl(d_thread_t *p, struct linux_ioctl_args *args) +mfi_linux_ioctl(struct thread *p, struct linux_ioctl_args *args) { struct file *fp; int error; |
