I missed this one in the i2c unification patch. This is handled in the core radeon i2c code now.
Signed-off-by: Alex Deucher alexdeucher@gmail.com --- drivers/gpu/drm/radeon/radeon_pm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c index 9a8031b..cc0f73a 100644 --- a/drivers/gpu/drm/radeon/radeon_pm.c +++ b/drivers/gpu/drm/radeon/radeon_pm.c @@ -622,8 +622,6 @@ void radeon_pm_fini(struct radeon_device *rdev) }
radeon_hwmon_fini(rdev); - if (rdev->pm.i2c_bus) - radeon_i2c_destroy(rdev->pm.i2c_bus); }
void radeon_pm_compute_clocks(struct radeon_device *rdev)
dri-devel@lists.freedesktop.org