]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_dma.c
drm/nouveau: drop use of DRM_UDELAY
[linux.git] / drivers / gpu / drm / nouveau / nouveau_dma.c
index 078f65d849ce4403839a9d857021612c7ce6e7c8..3c430a550a514c3310630f7be78a90fe2006eea3 100644 (file)
@@ -118,7 +118,7 @@ nv50_dma_push_wait(struct nouveau_channel *chan, int count)
                }
 
                if ((++cnt & 0xff) == 0) {
-                       DRM_UDELAY(1);
+                       udelay(1);
                        if (cnt > 100000)
                                return -EBUSY;
                }