]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/bridge: imx: turn imx8{qm,qxp}-ldb into single-object modules
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 5 Jun 2023 12:00:21 +0000 (21:00 +0900)
committerRobert Foss <rfoss@kernel.org>
Mon, 5 Jun 2023 13:59:01 +0000 (15:59 +0200)
With the previous fix, these modules are built from a single C file.

Rename the source files so they match the module names.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230605120021.1774711-2-masahiroy@kernel.org
drivers/gpu/drm/bridge/imx/Makefile
drivers/gpu/drm/bridge/imx/imx8qm-ldb.c [moved from drivers/gpu/drm/bridge/imx/imx8qm-ldb-drv.c with 100% similarity]
drivers/gpu/drm/bridge/imx/imx8qxp-ldb.c [moved from drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c with 100% similarity]

index 5fc821278693ce7089ab97c2d8e99e5ad4452623..8e2ebf3399a1563ced6cb8d674bef85ab99afdac 100644 (file)
@@ -1,10 +1,6 @@
 obj-$(CONFIG_DRM_IMX_LDB_HELPER) += imx-ldb-helper.o
-imx8qm-ldb-objs := imx8qm-ldb-drv.o
 obj-$(CONFIG_DRM_IMX8QM_LDB) += imx8qm-ldb.o
-
-imx8qxp-ldb-objs := imx8qxp-ldb-drv.o
 obj-$(CONFIG_DRM_IMX8QXP_LDB) += imx8qxp-ldb.o
-
 obj-$(CONFIG_DRM_IMX8QXP_PIXEL_COMBINER) += imx8qxp-pixel-combiner.o
 obj-$(CONFIG_DRM_IMX8QXP_PIXEL_LINK) += imx8qxp-pixel-link.o
 obj-$(CONFIG_DRM_IMX8QXP_PIXEL_LINK_TO_DPI) += imx8qxp-pxl2dpi.o