[PATCH 02/15] drm: Move sg functions into drm_legacy.h

2014-09-11 Thread Daniel Vetter
On Wed, Sep 10, 2014 at 04:43:31PM +0200, David Herrmann wrote: > Hi > > On Wed, Sep 10, 2014 at 12:43 PM, Daniel Vetter > wrote: > > Also sprinkle the drm_legacy_ prefix where missing. > > > > Signed-off-by: Daniel Vetter > > --- > > drivers/gpu/drm/drm_ioctl.c | 4 ++-- > > drivers/gpu/drm

[PATCH 02/15] drm: Move sg functions into drm_legacy.h

2014-09-10 Thread David Herrmann
Hi On Wed, Sep 10, 2014 at 12:43 PM, Daniel Vetter wrote: > Also sprinkle the drm_legacy_ prefix where missing. > > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_ioctl.c | 4 ++-- > drivers/gpu/drm/drm_legacy.h | 7 +++ > drivers/gpu/drm/drm_scatter.c | 8 > include/

[PATCH 02/15] drm: Move sg functions into drm_legacy.h

2014-09-10 Thread Daniel Vetter
Also sprinkle the drm_legacy_ prefix where missing. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_ioctl.c | 4 ++-- drivers/gpu/drm/drm_legacy.h | 7 +++ drivers/gpu/drm/drm_scatter.c | 8 include/drm/drmP.h| 7 --- 4 files changed, 13 insertions(+), 13 del