Re: [PATCH 2/2] drm/ttm: stop exporting ttm_mem_io_* functions

2019-09-29 Thread Gerd Hoffmann
On Fri, Sep 27, 2019 at 03:24:58PM +0200, Christian König wrote: > Those are not supposed to be used by drivers. > > Signed-off-by: Christian König Acked-by: Gerd Hoffmann ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freed

[PATCH 2/2] drm/ttm: stop exporting ttm_mem_io_* functions

2019-09-27 Thread Christian König
Those are not supposed to be used by drivers. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo_util.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_util.c index 086ba2c2f60b..2eca752c39e9 100644 --- a/drivers/g