]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sunxi: video: Rename tve.c to tve_common.c
authorJernej Skrabec <jernej.skrabec@siol.net>
Fri, 19 May 2017 15:41:14 +0000 (17:41 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 9 Jun 2017 13:30:13 +0000 (15:30 +0200)
In order to avoid future confusion with similary named files, rename
tve.c to tve_common.c. New name better represents the fact that this file
holds code which can be and will be shared between multiple drivers.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/sunxi/Makefile
drivers/video/sunxi/tve_common.c [moved from drivers/video/sunxi/tve.c with 100% similarity]

index dbaab61b59c09a092755c1942ddeefd2468c26d5..0d64c2021f874c60736910576a54eaccb1280715 100644 (file)
@@ -5,5 +5,5 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_VIDEO_SUNXI) += sunxi_display.o lcdc.o tve.o ../videomodes.o
+obj-$(CONFIG_VIDEO_SUNXI) += sunxi_display.o lcdc.o tve_common.o ../videomodes.o
 obj-$(CONFIG_VIDEO_DE2) += sunxi_de2.o sunxi_dw_hdmi.o lcdc.o ../dw_hdmi.o