alistair23-linux/drivers/gpu/drm/tinydrm
Colin Ian King f3bbc908e8 drm/tinydrm: make function st7586_pipe_enable static
The function st7586_pipe_enable  is local to the source
and does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'st7586_pipe_enable' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-By: David Lechner <david@lechnology.com>
[noralf: fixed: Alignment should match open parenthesis]
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170816092306.10969-1-colin.king@canonical.com
2017-08-16 21:39:26 +02:00
..
core drm: Document device unplug infrastructure 2017-08-11 10:48:03 +02:00
Kconfig drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCD 2017-08-11 18:30:19 +02:00
Makefile drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCD 2017-08-11 18:30:19 +02:00
mi0283qt.c drm/tinydrm: remove call to mipi_dbi_init() from mipi_dbi_spi_init() 2017-08-04 15:12:25 +02:00
mipi-dbi.c drm/tinydrm: remove call to mipi_dbi_init() from mipi_dbi_spi_init() 2017-08-04 15:12:25 +02:00
repaper.c drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8() 2017-08-09 17:55:50 +02:00
st7586.c drm/tinydrm: make function st7586_pipe_enable static 2017-08-16 21:39:26 +02:00