Re: [PATCH][drm-next] drm/tinydrm: make function st7586_pipe_enable static

From: David Lechner
Date: Wed Aug 16 2017 - 11:46:42 EST


On 08/16/2017 04:23 AM, Colin King wrote:
From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

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

Acked-By: David Lechner <david@xxxxxxxxxxxxxx>