]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm: remove unused "struct drm_freelist"
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 23 Jul 2014 15:26:36 +0000 (17:26 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 1 Aug 2014 20:43:10 +0000 (06:43 +1000)
commitb008c0fc95140ca7aad65861a77f0338ce31e8b5
tree1ef052d0abf90f1cd6815aa11c91acb875409403
parent8bed5cc765ffdd61b59f8405d38b377f5a7f0920
drm: remove unused "struct drm_freelist"

This object is not used except for static fields in drm_bufs *cough*.
Inline the watermark fields and drop the unused structure definition.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_bufs.c
drivers/gpu/drm/drm_info.c
include/drm/drmP.h