diff options
| author | Jernej Skrabec <[email protected]> | 2017-05-19 17:41:14 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2017-06-09 15:30:13 +0200 |
| commit | af4c874f11534b2db3cd3f9f76e47063f842f566 (patch) | |
| tree | 9da9316f893853755e8d6381f310ad7aee6a501b | |
| parent | bdc906dba9309f919db79377f024fdd93acff60b (diff) | |
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 <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | drivers/video/sunxi/Makefile | 2 | ||||
| -rw-r--r-- | drivers/video/sunxi/tve_common.c (renamed from drivers/video/sunxi/tve.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sunxi/Makefile b/drivers/video/sunxi/Makefile index dbaab61b59c..0d64c2021f8 100644 --- a/drivers/video/sunxi/Makefile +++ b/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 diff --git a/drivers/video/sunxi/tve.c b/drivers/video/sunxi/tve_common.c index adea78a69aa..adea78a69aa 100644 --- a/drivers/video/sunxi/tve.c +++ b/drivers/video/sunxi/tve_common.c |
