diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2002-04-29 18:18:42 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2002-04-29 18:18:42 +0000 |
| commit | b1ade6ab46e346a95dbd60c1b6a304f36d07c912 (patch) | |
| tree | 82f1baf5974fa0ac643272b9373e05eb7b3d67ef /sys/dev/drm/drm_fops.h | |
| parent | 621136996a8715f9f9eb5d3fb179fa7033943e40 (diff) | |
Notes
Diffstat (limited to 'sys/dev/drm/drm_fops.h')
| -rw-r--r-- | sys/dev/drm/drm_fops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_fops.h b/sys/dev/drm/drm_fops.h index 0ee345b4f068..2a387738bacd 100644 --- a/sys/dev/drm/drm_fops.h +++ b/sys/dev/drm/drm_fops.h @@ -117,7 +117,6 @@ int DRM(open_helper)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p, up(&dev->struct_sem); #endif /* __linux__ */ #ifdef __FreeBSD__ - /* FIXME: linux mallocs and bzeros here */ priv = (drm_file_t *) DRM(find_file_by_proc)(dev, p); if (priv) { priv->refs++; |
