Skip to content

Commit 40a726b

Browse files
pinchartlagners
authored andcommitted
drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.c
The mxsfb_crtc.c file doesn't handle just the CRTC, but also the other KMS objects. Rename it accordingly. Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Stefan Agner <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Signed-off-by: Stefan Agner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent f16a008 commit 40a726b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/gpu/drm/mxsfb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
mxsfb-y := mxsfb_drv.o mxsfb_crtc.o
2+
mxsfb-y := mxsfb_drv.o mxsfb_kms.o
33
obj-$(CONFIG_DRM_MXSFB) += mxsfb.o

0 commit comments

Comments
 (0)