浏览代码

sunxi: video: Rename tve.c to tve_common.c

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>
Jernej Skrabec 8 年之前
父节点
当前提交
af4c874f11
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/video/sunxi/Makefile
  2. 0 0
      drivers/video/sunxi/tve_common.c

+ 1 - 1
drivers/video/sunxi/Makefile

@@ -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

+ 0 - 0
drivers/video/sunxi/tve.c → drivers/video/sunxi/tve_common.c