OSDN Git Service

drm/amd/powerplay: Make two functions static
authorYueHaibing <yuehaibing@huawei.com>
Mon, 28 Oct 2019 13:36:21 +0000 (21:36 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Oct 2019 15:19:17 +0000 (11:19 -0400)
commitb64919a2366ada6e96474148f0459ac12d8d813c
tree722b3d56e7a30358c751aa86f680cc79a6b27ff9
parentf440ff44b101796beec8ac63252f254de7f2de1c
drm/amd/powerplay: Make two functions static

Fix sparse warnings:

drivers/gpu/drm/amd/amdgpu/../powerplay/arcturus_ppt.c:2050:5:
 warning: symbol 'arcturus_i2c_eeprom_control_init' was not declared. Should it be static?
drivers/gpu/drm/amd/amdgpu/../powerplay/arcturus_ppt.c:2068:6:
 warning: symbol 'arcturus_i2c_eeprom_control_fini' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c