|
|
@@ -73,8 +73,6 @@ static int drm_setup(struct drm_device * dev)
|
|
|
dev->last_context = 0;
|
|
|
dev->if_version = 0;
|
|
|
|
|
|
- dev->buf_async = NULL;
|
|
|
-
|
|
|
DRM_DEBUG("\n");
|
|
|
|
|
|
/*
|
|
|
@@ -372,18 +370,6 @@ static int drm_open_helper(struct inode *inode, struct file *filp,
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-/** No-op. */
|
|
|
-int drm_fasync(int fd, struct file *filp, int on)
|
|
|
-{
|
|
|
- struct drm_file *priv = filp->private_data;
|
|
|
- struct drm_device *dev = priv->minor->dev;
|
|
|
-
|
|
|
- DRM_DEBUG("fd = %d, device = 0x%lx\n", fd,
|
|
|
- (long)old_encode_dev(priv->minor->device));
|
|
|
- return fasync_helper(fd, filp, on, &dev->buf_async);
|
|
|
-}
|
|
|
-EXPORT_SYMBOL(drm_fasync);
|
|
|
-
|
|
|
static void drm_master_release(struct drm_device *dev, struct file *filp)
|
|
|
{
|
|
|
struct drm_file *file_priv = filp->private_data;
|