diff options
author | Dave Airlie <airlied@redhat.com> | 2019-04-23 01:47:27 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-04-24 04:32:18 +0200 |
commit | 8437dd73b37f244863d1d8954a69d8b0eecd3470 (patch) | |
tree | 1192ea23d14f4bb5e57fe5a15afa01650e10a01b /drivers/gpu/drm/Makefile | |
parent | drm/legacy: move map_hash create/destroy into inlines (diff) | |
download | linux-8437dd73b37f244863d1d8954a69d8b0eecd3470.tar.xz linux-8437dd73b37f244863d1d8954a69d8b0eecd3470.zip |
drm/legacy: move init/destroy of struct members into legacy file
This introduces drm_legacy_misc.c as a place for some misc legacy code,
eventually I want to give the option to remove this from the build.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Makefile')
-rw-r--r-- | drivers/gpu/drm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile index 7ebae3d45505..0361ad93f6b9 100644 --- a/drivers/gpu/drm/Makefile +++ b/drivers/gpu/drm/Makefile @@ -19,7 +19,7 @@ drm-y := drm_auth.o drm_bufs.o drm_cache.o \ drm_plane.o drm_color_mgmt.o drm_print.o \ drm_dumb_buffers.o drm_mode_config.o drm_vblank.o \ drm_syncobj.o drm_lease.o drm_writeback.o drm_client.o \ - drm_atomic_uapi.o + drm_atomic_uapi.o drm_legacy_misc.o drm-$(CONFIG_DRM_LIB_RANDOM) += lib/drm_random.o drm-$(CONFIG_DRM_VM) += drm_vm.o |