drm/amd/display: Use static const, not const static
authorzhengbin <zhengbin13@huawei.com>
Mon, 11 Nov 2019 09:33:13 +0000 (17:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Nov 2019 20:29:45 +0000 (15:29 -0500)
commit39a502c882e5a571041bb2e2b5b2c7f883c6505d
treeb226c1a60e4ea72835eaace56618b8c745e79df2
parent4bf321c177c74f7d834956387cd74805c3098322
drm/amd/display: Use static const, not const static

Move the static keyword to the front of declarations.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c