2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-06 04:33:58 +08:00
linux-next/drivers/gpu/drm/tve200
Colin Ian King 4ea30958d9 drm/tve200: make two functions static
The functions tve200_display_disable and tve200_display_funcs are
local to the source and do not need to be in global scope, so make
them static.

Cleans up sparse warnings:
symbol 'tve200_display_disable' was not declared. Should it be static?
symbol 'tve200_display_funcs' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170922160516.16283-1-colin.king@canonical.com
2017-10-01 01:29:45 +02:00
..
Kconfig drm/tve200: Replace custom connector with panel bridge 2017-09-02 22:24:54 +02:00
Makefile drm/tve200: Replace custom connector with panel bridge 2017-09-02 22:24:54 +02:00
tve200_display.c drm/tve200: make two functions static 2017-10-01 01:29:45 +02:00
tve200_drm.h drm/tve200: Clean up panel bridging 2017-09-11 20:32:56 +02:00
tve200_drv.c drm/tve200: Clean up panel bridging 2017-09-11 20:32:56 +02:00