mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm: kill dev->buf_readers and dev->buf_writers
Again totally unused, so just remove them. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@gmail.com>
This commit is contained in:
committed by
Dave Airlie
parent
5379dc0422
commit
494f38e4e0
@@ -81,8 +81,6 @@ static int drm_setup(struct drm_device * dev)
|
||||
dev->if_version = 0;
|
||||
|
||||
dev->buf_async = NULL;
|
||||
init_waitqueue_head(&dev->buf_readers);
|
||||
init_waitqueue_head(&dev->buf_writers);
|
||||
|
||||
DRM_DEBUG("\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user