[PATCH 16/39] drm: fold in drm_sg_alloc into the ioctl

2013-07-10 Thread Daniel Vetter
There's no other caller from driver code, so we can fold this in. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_drv.c | 2 +- drivers/gpu/drm/drm_scatter.c | 13 +++-- include/drm/drmP.h| 3 +-- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/driv

[PATCH 16/39] drm: fold in drm_sg_alloc into the ioctl

2013-07-10 Thread Daniel Vetter
There's no other caller from driver code, so we can fold this in. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_drv.c | 2 +- drivers/gpu/drm/drm_scatter.c | 13 +++-- include/drm/drmP.h| 3 +-- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/driv