mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Stefan Agner <stefan@agner.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20200727020654.8231-11-laurent.pinchart@ideasonboard.com
This commit is contained in:
parent
f16a008921
commit
40a726b82e
2 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
mxsfb-y := mxsfb_drv.o mxsfb_crtc.o
|
||||
mxsfb-y := mxsfb_drv.o mxsfb_kms.o
|
||||
obj-$(CONFIG_DRM_MXSFB) += mxsfb.o
|
||||
|
|
Loading…
Add table
Reference in a new issue