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)
commit9fef3b34de13e04b2c650e514b79c53d35251e29
tree3f1f90288689da68ff34a97654a6a5fb9aed2840
parente060cd13235da12de090a47873123b64a06ca580
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