drm/radeon/kms: remove useless clock code
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 1 Sep 2010 15:24:42 +0000 (11:24 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 2 Sep 2010 01:28:52 +0000 (11:28 +1000)
This code was originally for forcing some clocks on certain asics.
However, this code was later moved to asic specific functions
for all of the affected asics.  The only users of the original
code at this point were r600, rv770, and evergreen and the code
was not relevant for those asics.  So, remove it.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found