drm: inline "struct drm_sigdata"
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 29 Aug 2014 10:12:39 +0000 (12:12 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 10 Sep 2014 07:41:55 +0000 (17:41 +1000)
commit69d516c0a990b42c4d55f7631fa28cc41bfcc8f0
tree7b412692e7e8e74ecdc123d863524985929f5945
parentedf0ac7c67ce596f43d66a781660889bbdcc9505
drm: inline "struct drm_sigdata"

The sigdata structure is only used to group two fields in drm_device.
Inline it and make it an unnamed object.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_lock.c
include/drm/drmP.h