summaryrefslogtreecommitdiff
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-05-06 19:31:28 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-05-06 19:31:28 +0000
commite649887b1e67b5fdc489ebf9e42579754201625c (patch)
tree2b65f57e5ea93f67973ae506e853d0b56f0f9adc /sys/dev/drm
parent567f4af63d87cb1b0390cc202028de23c115b3de (diff)
Notes
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/drm_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_drv.h b/sys/dev/drm/drm_drv.h
index 952449923a62..701395519fc0 100644
--- a/sys/dev/drm/drm_drv.h
+++ b/sys/dev/drm/drm_drv.h
@@ -1098,7 +1098,7 @@ int DRM( close)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p)
DRM(fasync)( -1, filp, 0 );
#endif /* __linux__ */
#ifdef __FreeBSD__
- funsetown(dev->buf_sigio);
+ funsetown(&dev->buf_sigio);
#endif /* __FreeBSD__ */
DRM_OS_LOCK;