[PATCH 16/20] drm: drop unused drm_master->unique_size

2014-08-29 Thread Daniel Vetter
On Fri, Aug 29, 2014 at 12:12:42PM +0200, David Herrmann wrote: > This field is unused and there is really no reason to optimize > unique-allocations. Drop it. > > Signed-off-by: David Herrmann Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/drm_ioctl.c| 1 - >

[PATCH 16/20] drm: drop unused drm_master->unique_size

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 12:12:42PM +0200, David Herrmann wrote: > This field is unused and there is really no reason to optimize > unique-allocations. Drop it. > > Signed-off-by: David Herrmann > --- > drivers/gpu/drm/drm_ioctl.c| 1 - > drivers/gpu/drm/drm_pci.c | 4 +--- >

[PATCH 16/20] drm: drop unused drm_master->unique_size

2014-08-29 Thread David Herrmann
This field is unused and there is really no reason to optimize unique-allocations. Drop it. Signed-off-by: David Herrmann --- drivers/gpu/drm/drm_ioctl.c| 1 - drivers/gpu/drm/drm_pci.c | 4 +--- drivers/gpu/drm/drm_platform.c | 1 - include/drm/drmP.h | 2 -- 4 files