]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/pl111: make structure pl111_display_funcs static
authorColin Ian King <colin.king@canonical.com>
Fri, 19 May 2017 11:02:03 +0000 (12:02 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 19 May 2017 18:12:38 +0000 (11:12 -0700)
commite1bc819bee3e990d3581f8591b69d33898f3109c
tree3f1f90288689da68ff34a97654a6a5fb9aed2840
parent032838f9cb4014af8a974374db9e2ce6f3aa8d3b
drm/pl111: make structure pl111_display_funcs static

structure pl111_display_funcs can be made static as it does not need to be
in global scope.  Fixes sparse warning:

"warning: symbol 'pl111_display_funcs' was not declared. Should it
be static?"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: http://patchwork.freedesktop.org/patch/msgid/20170519110203.19417-1-colin.king@canonical.com
drivers/gpu/drm/pl111/pl111_display.c