commit | 36c282b31f648b31373be0dc8c2475c22fcab02a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Oct 05 11:42:11 2017 +0100 |
committer | Darren Hart (VMware) <dvhart@infradead.org> | Mon Oct 16 13:45:07 2017 -0700 |
tree | 17ad11d84425b83945c1959eb06fb9c0f66413fd | |
parent | 485f2a5811f9d87d5b634d068b5c7574fd1bb09e [diff] |
platform/x86: mlx-platform: make a couple of structures static The structures mlxplat_dev and mlxplat_hotplug are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: symbol 'mlxplat_dev' was not declared. Should it be static? symbol 'mlxplat_hotplug' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>