drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Sep 2014 10:43:56 +0000 (12:43 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 13:28:12 +0000 (15:28 +0200)
commitd1f0ca412e38cff7f5e469b534f565bd27458f37
tree0e76e288cc6bed10cd8f6f79c44ddcc20220738f
parent6843c9b03034257ecb48d52b458d79209c6c7596
drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>

And replace the drm_core_ prefix with drm_legacy_ since really, this
isn't core stuff.

Also drop drm_core_dropmap since it's unused.

v2: Fix up i810.ko fully which somehow slipped through.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_memory.c
drivers/gpu/drm/i810/i810_dma.c
drivers/gpu/drm/mga/mga_dma.c
drivers/gpu/drm/r128/r128_cce.c
drivers/gpu/drm/radeon/r600_cp.c
drivers/gpu/drm/radeon/radeon_cp.c
drivers/gpu/drm/savage/savage_bci.c
drivers/gpu/drm/via/via_dma.c
drivers/gpu/drm/via/via_map.c
include/drm/drmP.h
include/drm/drm_legacy.h