diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-07-16 18:38:38 +0200 |
---|---|---|
committer | Paul Cercueil <paul@crapouillou.net> | 2020-07-17 00:43:54 +0200 |
commit | 54fe894219903e32f5154265f46ed1eb5cdc2f5f (patch) | |
tree | 0d73e569d606dbab21060ec519b175d28e6f5399 /drivers/gpu/drm | |
parent | ba8989a6fd7a8a94e9740ad260f1dcc1831f9aeb (diff) |
drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.c
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
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/ingenic/Makefile | 1 | ||||
-rw-r--r-- | drivers/gpu/drm/ingenic/ingenic-drm-drv.c (renamed from drivers/gpu/drm/ingenic/ingenic-drm.c) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ingenic/Makefile b/drivers/gpu/drm/ingenic/Makefile index 11cac42ce0bb..9875628dd8bc 100644 --- a/drivers/gpu/drm/ingenic/Makefile +++ b/drivers/gpu/drm/ingenic/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_DRM_INGENIC) += ingenic-drm.o +ingenic-drm-y += ingenic-drm-drv.o diff --git a/drivers/gpu/drm/ingenic/ingenic-drm.c b/drivers/gpu/drm/ingenic/ingenic-drm-drv.c index 606d8acb0954..606d8acb0954 100644 --- a/drivers/gpu/drm/ingenic/ingenic-drm.c +++ b/drivers/gpu/drm/ingenic/ingenic-drm-drv.c |