commit | 3719a5adbb620f09d386db49629f424be284af6a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri May 19 12:10:18 2017 +0100 |
committer | Eric Anholt <eric@anholt.net> | Fri May 19 11:13:04 2017 -0700 |
tree | 59773a02e284f8be6f3ae104df625cff8fbd76a2 | |
parent | e1bc819bee3e990d3581f8591b69d33898f3109c [diff] |
drm/pl111: make structure mode_config_funcs static structure mode_config_funcs can be made static as it does not need to be in global scope. Fixes sparse warning: warning: symbol 'mode_config_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/20170519111018.19641-1-colin.king@canonical.com