Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12acd90f authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

drm/radeon/kms: remove stray radeon_i2c_destroy



I missed this one in the i2c unification patch.  This
is handled in the core radeon i2c code now.

Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 75214733
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -637,8 +637,6 @@ void radeon_pm_fini(struct radeon_device *rdev)
	}
	}


	radeon_hwmon_fini(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)
void radeon_pm_compute_clocks(struct radeon_device *rdev)