drm: Kill DRM_HZ

We don't have any userspace interfaces that use HZ as a time unit, so
having our own DRM define is useless.

Remove this remnant from the shared drm core days.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Daniel Vetter
2013-12-11 11:34:41 +01:00
committed by Dave Airlie
parent d2e546b855
commit bfd8303af0
14 changed files with 20 additions and 22 deletions

View File

@@ -266,7 +266,7 @@ int sis_idle(struct drm_device *dev)
* because its polling frequency is too low.
*/
end = jiffies + (DRM_HZ * 3);
end = jiffies + (HZ * 3);
for (i = 0; i < 4; ++i) {
do {