Skip to content

Commit

Permalink
drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.c
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paul Cercueil committed Jul 16, 2020
1 parent ba8989a commit 54fe894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/ingenic/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_DRM_INGENIC) += ingenic-drm.o
ingenic-drm-y += ingenic-drm-drv.o
File renamed without changes.

0 comments on commit 54fe894

Please sign in to comment.