commit | e1bc819bee3e990d3581f8591b69d33898f3109c | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri May 19 12:02:03 2017 +0100 |
committer | Eric Anholt <eric@anholt.net> | Fri May 19 11:12:38 2017 -0700 |
tree | 3f1f90288689da68ff34a97654a6a5fb9aed2840 | |
parent | 032838f9cb4014af8a974374db9e2ce6f3aa8d3b [diff] |
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