[PATCH 13/20] drm: inline "struct drm_sigdata"

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 12:12:39PM +0200, David Herrmann wrote: > The sigdata structure is only used to group two fields in drm_device. > Inline it and make it an unnamed object. I'm not sure what unnamed object means. > diff --git a/include/drm/drmP.h b/include/drm/drmP.h [...] > @@ -1035,9

[PATCH 13/20] drm: inline "struct drm_sigdata"

2014-08-29 Thread David Herrmann
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 --- drivers/gpu/drm/drm_lock.c | 15 --- include/drm/drmP.h | 12 +--- 2 files changed, 13 insertions(+), 14 deletions(-)