Skip to content

Commit

Permalink
drm/radeon/kms: remove stray radeon_i2c_destroy
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Aug 26, 2010
1 parent 7521473 commit 12acd90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/radeon/radeon_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,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)
Expand Down

0 comments on commit 12acd90

Please sign in to comment.