]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/tinydrm: make function st7586_pipe_enable static
authorColin Ian King <colin.king@canonical.com>
Wed, 16 Aug 2017 09:23:06 +0000 (10:23 +0100)
committerNoralf Trønnes <noralf@tronnes.org>
Wed, 16 Aug 2017 19:39:26 +0000 (21:39 +0200)
commitf3bbc908e87384785c26b6fa71d1c0beb126797c
tree0a3dd99cf375b7c7a905901b80877c3e77c815ca
parent9df1baa1732a9ac125126087ffc848d6a3e08fdf
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
drivers/gpu/drm/tinydrm/st7586.c