summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2020-07-17 09:32:04 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-07-21 15:37:49 -0400
commita519fd83cf3094088de736c9f02f2b3ed36d72e2 (patch)
tree45703ca295cbf296f0951322ac178e2233b2eeb4 /drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h
parent84dd1f698e5fc2b4c1df3ea05371d2fff13c665c (diff)
downloadlinux-stable-a519fd83cf3094088de736c9f02f2b3ed36d72e2.tar.gz
linux-stable-a519fd83cf3094088de736c9f02f2b3ed36d72e2.tar.bz2
linux-stable-a519fd83cf3094088de736c9f02f2b3ed36d72e2.zip
drm/amdgpu: remove eeprom from the smu i2c handlers
The driver uses it for EEPROM access, but it's just an i2c bus. Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h b/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h
index 973f28d68e70..44467c05f642 100644
--- a/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h
+++ b/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h
@@ -28,7 +28,7 @@
struct i2c_adapter;
-int smu_v11_0_i2c_eeprom_control_init(struct i2c_adapter *control);
-void smu_v11_0_i2c_eeprom_control_fini(struct i2c_adapter *control);
+int smu_v11_0_i2c_control_init(struct i2c_adapter *control);
+void smu_v11_0_i2c_control_fini(struct i2c_adapter *control);
#endif