drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 9 May 2024 11:37:27 +0000 (13:37 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 May 2024 21:08:08 +0000 (17:08 -0400)
commit67c7d4fa267bcfe8d68fb36d938e3c6e0912b57d
tree256128912cb7048b244f4ba9c198f1e7f219657c
parenta9bc5a19e4958fe664254d1ad2dc2a9f5868c210
drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2

Support for I2C_CLASS_SPD  is currently being removed from the kernel.
Only remaining step is to remove the definition of I2C_CLASS_SPD.
Setting I2C_CLASS_SPD  in a driver is a no-op meanwhile, so remove it
here.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c