diff options
author | Rob Herring <robh@kernel.org> | 2020-04-05 11:14:52 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-04-28 14:06:20 -0500 |
commit | 826fc86b59034b0913976a0ff5901de82a4b66e8 (patch) | |
tree | c305c2cadc1262435c3bba24a25a410ca35de39f /drivers/gpu/drm/pl111/Makefile | |
parent | cbcab504ceecc0b27ab829cbbcd5cad1c17b3975 (diff) |
drm: pl111: Move VExpress setup into versatile init
Since the VExpress setup in pl111_vexpress.c is now just a single
function call, let's move it into pl111_versatile.c and we can further
simplify pl111_versatile_init() by moving the other pieces for VExpress
into pl111_vexpress_clcd_init().
Cc: Eric Anholt <eric@anholt.net>
Cc: dri-devel@lists.freedesktop.org
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200409013947.12667-4-robh@kernel.org
Diffstat (limited to 'drivers/gpu/drm/pl111/Makefile')
-rw-r--r-- | drivers/gpu/drm/pl111/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/pl111/Makefile b/drivers/gpu/drm/pl111/Makefile index 0c70f0e91d21..67d430d433e0 100644 --- a/drivers/gpu/drm/pl111/Makefile +++ b/drivers/gpu/drm/pl111/Makefile @@ -3,7 +3,6 @@ pl111_drm-y += pl111_display.o \ pl111_versatile.o \ pl111_drv.o -pl111_drm-$(CONFIG_ARCH_VEXPRESS) += pl111_vexpress.o pl111_drm-$(CONFIG_ARCH_NOMADIK) += pl111_nomadik.o pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o |