OSDN Git Service

drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.c
authorPaul Cercueil <paul@crapouillou.net>
Thu, 16 Jul 2020 16:38:38 +0000 (18:38 +0200)
committerPaul Cercueil <paul@crapouillou.net>
Thu, 16 Jul 2020 22:43:54 +0000 (00:43 +0200)
Full rename without any modification, except to the Makefile.

Renaming ingenic-drm.c to ingenic-drm-drv.c allow to decouple the module
name from the source file name in the Makefile. This will be useful
later when more source files are added.

v2: New patch
v3: No change

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200716163846.174790-4-paul@crapouillou.net
drivers/gpu/drm/ingenic/Makefile
drivers/gpu/drm/ingenic/ingenic-drm-drv.c [moved from drivers/gpu/drm/ingenic/ingenic-drm.c with 100% similarity]

index 11cac42..9875628 100644 (file)
@@ -1 +1,2 @@
 obj-$(CONFIG_DRM_INGENIC) += ingenic-drm.o
+ingenic-drm-y += ingenic-drm-drv.o